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/jobs/job
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/jobs/job \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
No response example
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/jobs/completejob
- cURL
- JS
- C#
curl -i -X PATCH \
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/jobs/completejob \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
No response example
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/jobs/cancel
- cURL
- JS
- C#
curl -i -X PUT \
https://customer-slug.api-se.norce.tech/commerce/productfeed/1.0/api/v1/jobs/cancel \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
No response example