Contacts

Operation HTTP Request Description
Get contact detail
GET /contacts/{email}
Get contact detail
Delete contact
DELETE /contacts/{email}
Delete contact
Patch contact
PATCH /contacts/{email}
Patch contact

Purchases

Operation HTTP Request Description
Get purchase detail by Id
GET /purchases/{id}
Get purchase detail by Id
Delete purchase by Id
DELETE /purchases/{id}
Delete purchase by Id
Get purchase detail by purchase store identifier
GET /purchases/purchase-id/{id}
Get purchase detail by purchase store identifier
Delete purchase by purchase store identifier
DELETE /purchases/purchase-id/{id}
Delete purchase by purchase store identifier
Create purchase
POST /purchases/
Create purchase

Products

Operation HTTP Request Description
Get product detail by store identifier
GET /products/product-id/{id}
Get product detail by store identifier
Patch or create product by store identifier
PATCH /products/product-id/{id}
Patch or create product by store identifier
Get product detail by Id
GET /products/{id}
Get product detail by Id

Exports

Operation HTTP Request Description
Get export detail by Id
GET /exports/{id}
Get export detail by Id
Delete export by Id
DELETE /exports/{id}
Delete export by Id
Get export list
GET /exports/
Get export list
Create export
POST /exports/
Create export
Create data explorer export
POST /exports/type/data-explorer
Create data explorer export

Imports

Operation HTTP Request Description
Get import list
GET /imports/
Get import list
Create import
POST /imports/
Create import
Get import detail by Id
GET /imports/{id}
Get import detail by Id
Delete import by Id
DELETE /imports/{id}
Delete import by Id

Coupon Sets

Operation HTTP Request Description
Get coupon sets list
GET /coupon-sets/
Get coupon sets list
Get coupon set detail by Id
GET /coupon-sets/{id}
Get coupon set detail by Id

Workflows

Operation HTTP Request Description
Get workflow detail by Id
GET /workflows/{id}
Get workflow detail by Id
Get workflows list
GET /workflows/
Get workflows list

Store

Operation HTTP Request Description
Get store detail
GET /store/
Get store detail

Contact fields

Operation HTTP Request Description
Get contact fields list
GET /contact-fields/
Get contact fields list