The product sku: mp-7fe0b646-69bb-4ea5-8da9-fb5ecbeaf862
Shopify Operator Connector APIs
You must authenticate with a bearer token that can be generated from your Mirakl Platform back office. Refer to Generating Front API integration access tokens documentation page for more information.
https://operator-shpy.mirakl.net/
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/mirakl-offers-sync-error
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/sync/mirakl-offers-sync-error?discriminant=string'
{ "attempts": 3, "data": "test", "discriminant": "mp-7fe0b646-69bb-4ea5-8da9-fb5ecbeaf862", "firstAttempt": "2023-10-30T12:00:00Z", "lastAttempt": "2023-10-30T12:34:56Z", "lastError": { "applicationCode": "CM19248", "httpCode": "404", "message": "Failed to synchronize offer" }, "nextAttempt": "2023-10-31T00:00:00Z" }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/mirakl-order-transactions-sync-error
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/sync/mirakl-order-transactions-sync-error?discriminant=string'
{ "attempts": 3, "data": "test", "discriminant": "gid://shopify/Order/7133529014539", "firstAttempt": "2023-10-30T12:00:00Z", "lastAttempt": "2023-10-30T12:34:56Z", "lastError": { "applicationCode": "CM19248", "httpCode": "404", "message": "Failed to process order payment transaction" }, "nextAttempt": "2023-10-31T00:00:00Z" }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/shopify-orders-sync-error
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/sync/shopify-orders-sync-error?discriminant=string'
{ "attempts": 3, "data": "test", "discriminant": "gid://shopify/Order/7133529014539", "firstAttempt": "2023-10-30T12:00:00Z", "lastAttempt": "2023-10-30T12:34:56Z", "lastError": { "applicationCode": "CM19248", "httpCode": "404", "message": "Failed to synchronize order" }, "nextAttempt": "2023-10-31T00:00:00Z" }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/shopify-products-sync-error
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/sync/shopify-products-sync-error?discriminant=string'
{ "attempts": 3, "data": "test", "discriminant": "gid://shopify/ProductVariant/51146999824651", "firstAttempt": "2023-10-30T12:00:00Z", "lastAttempt": "2023-10-30T12:34:56Z", "lastError": { "applicationCode": "CM19248", "httpCode": "404", "message": "Category not synchronized with Mirakl" }, "nextAttempt": "2023-10-31T00:00:00Z" }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/mirakl-shipments-sync-error
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/sync/mirakl-shipments-sync-error?discriminant=string'
{ "attempts": 3, "data": "test", "discriminant": "d4dcfd38-2fa2-4380-80a7-2d7ff7e4d596", "firstAttempt": "2023-10-30T12:00:00Z", "lastAttempt": "2023-10-30T12:34:56Z", "lastError": { "applicationCode": "CM19248", "httpCode": "404", "message": "Failed to synchronize shipment" }, "nextAttempt": "2023-10-31T00:00:00Z" }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/mirakl-offers-sync-errors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://operator-shpy.mirakl.net/api/sync/mirakl-offers-sync-errors \
-H 'PageNumber: 0' \
-H 'PageSize: 1'
{ "recoverableErrors": [ { … } ] }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/mirakl-order-transactions-sync-errors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://operator-shpy.mirakl.net/api/sync/mirakl-order-transactions-sync-errors \
-H 'PageNumber: 0' \
-H 'PageSize: 1'
{ "recoverableErrors": [ { … } ] }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/shopify-orders-sync-errors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://operator-shpy.mirakl.net/api/sync/shopify-orders-sync-errors \
-H 'PageNumber: 0' \
-H 'PageSize: 1'
{ "recoverableErrors": [ { … } ] }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/shopify-products-sync-errors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://operator-shpy.mirakl.net/api/sync/shopify-products-sync-errors \
-H 'PageNumber: 0' \
-H 'PageSize: 1'
{ "recoverableErrors": [ { … } ] }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/sync/mirakl-shipments-sync-errors
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://operator-shpy.mirakl.net/api/sync/mirakl-shipments-sync-errors \
-H 'PageNumber: 0' \
-H 'PageSize: 1'
{ "recoverableErrors": [ { … } ] }