Shopify fulfillment identifier
Connectors
Platform Operators
Shopify
APIs
GetShipment - Get shipment details by Shopify fulfillment ID
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.
Languages
Servers
Shopify production endpoint.
https://operator-shpy.mirakl.net/
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/storefront/shipment
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/storefront/shipment?fulfillmentId=string'
Response
application/json
{ "canMarkAsReceived": true, "miraklShipmentId": "shipment-123", "shopifyFulfillmentId": "gid://shopify/Fulfillment/7175245005126", "status": "SHIPPED" }
Request
Call Frequency
Recommended usage:
- When you want to display shop ratings
- When you want to display shop ratings
Pagination
This resource supports offset pagination (see documentation)
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/storefront/shop-ratings/{shopId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://operator-shpy.mirakl.net/api/storefront/shop-ratings/{shopId}'
Response
application/json
{ "evaluations": [ { … }, { … }, { … } ], "totalCount": 3 }
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/storefront/graphql
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://operator-shpy.mirakl.net/api/storefront/graphql
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/storefront/graphql/upload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://operator-shpy.mirakl.net/api/storefront/graphql/upload
- Shopify production endpoint.
https://operator-shpy.mirakl.net/api/storefront/fulfillments/receive
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://operator-shpy.mirakl.net/api/storefront/fulfillments/receive?fulfillmentId=string'