Insert Shopify Order
POST /v2/InsertShopifyOrder
Uri parameters
None
Body parameters
Name | Description | Type | Additional description |
---|---|---|---|
ShopifyOrderItems (String) | Complete Shopify Order Data | JSON String | Required |
Request body sample:
{ "ShopifyOrderData": Shopify JSON String }
Response sample:
{ "SendoShipment": { "ID": 13450 } }