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 |
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 |
Create purchase |
POST /purchases/ |
Create purchase |
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 |
Operation | HTTP Request | Description |
---|---|---|
Get product detail by store identifier |
GET /products/product-id/{id} |
Get product detail by store identifier |
Delete product by product store identifier |
DELETE /products/product-id/{id} |
Delete product by product 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 |
Delete product by Id |
DELETE /products/{id} |
Delete product by Id |
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 |
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 |
Operation | HTTP Request | Description |
---|---|---|
Get coupon set detail by Id |
GET /coupon-sets/{id} |
Get coupon set detail by Id |
Get coupon sets list |
GET /coupon-sets/ |
Get coupon sets list |
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 |
Operation | HTTP Request | Description |
---|---|---|
Get store detail |
GET /store/ |
Get store detail |
Operation | HTTP Request | Description |
---|---|---|
Get contact fields list |
GET /contact-fields/ |
Get contact fields list |