OK
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/environment
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://operator-shpy.mirakl.net/api/environment
Response
application/json
{ "createdAt": "2024-08-22T16:38:23.691537Z", "enabled": true, "id": "720817da-16b4-41cb-8321-b490063ce844", "miraklApiEndpoint": "https://tenant-test.mirakl.net/api", "miraklTenant": "shopify-op-test", "shopifyShopDomain": "mirakl-connector-test.myshopify.com", "updatedAt": "2024-09-20T12:00:00.691539Z" }