Send Data
Send partial report data to the Channel API.
Once all data is sent, the reportId must be marked as completed by
calling POST /v1/channel/report/{reportId}/completed.
A report is only valid up to 48h after requesting it.
Authorizations
As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.
Path Parameters
Identifier of the report to send data to
Body
Partial seller inventory report data chunk, either as JSON or gzipped binary upload.
1 - 100 elementsUnique Offer Id to identify an Offer on a Sales Channel.
x >= 15437233
Channel defined unique Offer Id to identify an Offer on a Sales Channel.
1 - 100"XCD233554"
Stock keeping unit is a unique Id used to identify one product.
1 - 150"BEER-001"
"4003227021106"
"1.0"
"One of the best Beer in the World."
"4355111"
1000Response
Report data accepted