Success
Product Feed (v1_redocly)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/exports/product
- cURL
 - JS
 - C#
 - Node.js
 
curl -i -X POST \
  https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/exports/product \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "channelKey": "e6d1a5c6-7228-4d3b-a608-78133d5df10d",
    "deltaFromDate": "2019-08-24T14:15:22Z",
    "channelId": "5f6d08bc-455a-4532-98b8-19e2cee51160",
    "endpointUrl": "string"
  }'Response
No response examplehttps://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/exports/productstatus
- cURL
 - JS
 - C#
 - Node.js
 
curl -i -X POST \
  https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/exports/productstatus \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "channelKey": "e6d1a5c6-7228-4d3b-a608-78133d5df10d",
    "deltaFromDate": "2019-08-24T14:15:22Z",
    "channelId": "5f6d08bc-455a-4532-98b8-19e2cee51160",
    "endpointUrl": "string"
  }'Response
No response example