Product Export

Securitybearer
Request
header Parameters
applicationId
integer or null <int32>
Request Body schema:
channelKey
string <uuid>
deltaFromDate
string or null <date-time>
channelId
string <uuid>
Deprecated
endpointUrl
string or null
Deprecated
Responses
200

Success

204

Success

429

Client Error

post/api/v1/exports/product
Request samples
{
  • "channelKey": "e6d1a5c6-7228-4d3b-a608-78133d5df10d",
  • "deltaFromDate": "2019-08-24T14:15:22Z",
  • "channelId": "5f6d08bc-455a-4532-98b8-19e2cee51160",
  • "endpointUrl": "string"
}
Response samples
{
  • "code": "Success",
  • "jobKey": "string",
  • "dataUrl": "string",
  • "contentType": "string",
  • "itemsTotal": 0
}