Deploying a product
Learn how to deploy a product programmatically.
curl --location --request POST 'https://api.digitalriver.com/v1/products/{productId}/deploy' \
--header 'Authorization: Basic <API_key>' \
...curl --location --request POST 'https://api.digitalriver.com/v1/products/{productId}/deploy' \
--header 'Authorization: Basic <API_key>' \
--header 'header x-erid-as-pid=true' \
...{
"taskId": "c714a17d-64f7-4ca5-810c-b4123b3083fa",
"requestType": "DEPLOY_PRODUCT",
"taskStatus": "PUBLISHED",
"receivedTime": "2022-11-28T17:19:40.610Z"
}Verifying the deployment of a product in Global Commerce
Last updated