Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/

Operations

Request

Security
bearer
Headers
applicationIdinteger or null(int32)
Body
channelKeystring(uuid)
deltaFromDatestring or null(date-time)
channelIdstring(uuid)Deprecated
endpointUrlstring or nullDeprecated
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"
  }'

Responses

Success

Body
codestring(ResponseCode)
Enum"Success""AlreadyInProgress""NoData""Failed"
jobKeystring or null
dataUrlstring or null
contentTypestring or null
itemsTotalinteger(int32)
Response
No response example

Request

Security
bearer
Headers
applicationIdinteger or null(int32)
Body
channelKeystring(uuid)
deltaFromDatestring or null(date-time)
channelIdstring(uuid)Deprecated
endpointUrlstring or nullDeprecated
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"
  }'

Responses

Success

Body
codestring(ResponseCode)
Enum"Success""AlreadyInProgress""NoData""Failed"
jobKeystring or null
dataUrlstring or null
contentTypestring or null
itemsTotalinteger(int32)
Response
No response example
Operations