/
Shopify Integration with Eshopbox

Shopify Integration with Eshopbox

Triggers

 

1. Create Order


Webhook Registration

API URL: POST

https://teststore-eshopbox.myshopify.com/admin/api/2020-10/webhooks.json

Request Body

{ "webhook": { "topic": "orders/create", "address": "https://teststore-eshopbox.myshopify.com", "format": "json" } }

Webhook Response Body

{ "webhook": { "id": 946629279912, "address": "https://teststore-eshopbox.myshopify.com/", "topic": "orders/create", "created_at": "2020-10-21T05:16:11-04:00", "updated_at": "2020-10-21T05:16:11-04:00", "format": "json", "fields": [], "metafield_namespaces": [], "api_version": "2020-10", "private_metafield_namespaces": [] } }

Noun: Create Order

Description: Triggers when an Order is created on Shopify

Trigger Type: Webhook

Response Body:

{ "id": 820982911946154508, "email": "jon@doe.ca", "closed_at": null, "created_at": "2020-10-06T14:10:12-04:00", "updated_at": "2020-10-06T14:10:12-04:00", "number": 234, "note": null, "token": "123456abcd", "gateway": null, "test": true, "total_price": "403.00", "subtotal_price": "393.00", "total_weight": 0, "total_tax": "0.00", "taxes_included": false, "currency": "USD", "financial_status": "voided", "confirmed": false, "total_discounts": "5.00", "total_line_items_price": "398.00", "cart_token": null, "buyer_accepts_marketing": true, "name": "#9999", "referring_site": null, "landing_site": null, "cancelled_at": null, "cancel_reason": null, "total_price_usd": null, "checkout_token": null, "reference": null, "user_id": null, "location_id": null, "source_identifier": null, "source_url": null, "processed_at": null, "device_id": null, "phone": null, "customer_locale": "en", "app_id": null, "browser_ip": null, "landing_site_ref": null, "order_number": 1234, "discount_applications": [ { "type": "manual", "value": "5.0", "value_type": "fixed_amount", "allocation_method": "across", "target_selection": "explicit", "target_type": "line_item", "description": "Discount", "title": "Discount" } ], "discount_codes": [ ], "note_attributes": [ ], "payment_gateway_names": [ "visa", "bogus" ], "processing_method": "", "checkout_id": null, "source_name": "web", "fulfillment_status": "pending", "tax_lines": [ ], "tags": "", "contact_email": "jon@doe.ca", "order_status_url": "https:\/\/apple.myshopify.com\/690933842\/orders\/123456abcd\/authenticate?key=abcdefg", "presentment_currency": "USD", "total_line_items_price_set": { "shop_money": { "amount": "398.00", "currency_code": "USD" }, "presentment_money": { "amount": "398.00", "currency_code": "USD" } }, "total_discounts_set": { "shop_money": { "amount": "5.00", "currency_code": "USD" }, "presentment_money": { "amount": "5.00", "currency_code": "USD" } }, "total_shipping_price_set": { "shop_money": { "amount": "10.00", "currency_code": "USD" }, "presentment_money": { "amount": "10.00", "currency_code": "USD" } }, "subtotal_price_set": { "shop_money": { "amount": "393.00", "currency_code": "USD" }, "presentment_money": { "amount": "393.00", "currency_code": "USD" } }, "total_price_set": { "shop_money": { "amount": "403.00", "currency_code": "USD" }, "presentment_money": { "amount": "403.00", "currency_code": "USD" } }, "total_tax_set": { "shop_money": { "amount": "0.00", "currency_code": "USD" }, "presentment_money": { "amount": "0.00", "currency_code": "USD" } }, "line_items": [ { "id": 866550311766439020, "variant_id": 808950810, "title": "IPod Nano - 8GB", "quantity": 1, "sku": "IPOD2008PINK", "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": 632910392, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "IPod Nano - 8GB", "variant_inventory_management": "shopify", "properties": [ ], "product_exists": true, "fulfillable_quantity": 1, "grams": 567, "price": "199.00", "total_discount": "0.00", "fulfillment_status": null, "price_set": { "shop_money": { "amount": "199.00", "currency_code": "USD" }, "presentment_money": { "amount": "199.00", "currency_code": "USD" } }, "total_discount_set": { "shop_money": { "amount": "0.00", "currency_code": "USD" }, "presentment_money": { "amount": "0.00", "currency_code": "USD" } }, "discount_allocations": [ ], "duties": [ ], "admin_graphql_api_id": "gid:\/\/shopify\/LineItem\/866550311766439020", "tax_lines": [ ] }, { "id": 141249953214522974, "variant_id": 808950810, "title": "IPod Nano - 8GB", "quantity": 1, "sku": "IPOD2008PINK", "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": 632910392, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "IPod Nano - 8GB", "variant_inventory_management": "shopify", "properties": [ ], "product_exists": true, "fulfillable_quantity": 1, "grams": 567, "price": "199.00", "total_discount": "5.00", "fulfillment_status": null, "price_set": { "shop_money": { "amount": "199.00", "currency_code": "USD" }, "presentment_money": { "amount": "199.00", "currency_code": "USD" } }, "total_discount_set": { "shop_money": { "amount": "5.00", "currency_code": "USD" }, "presentment_money": { "amount": "5.00", "currency_code": "USD" } }, "discount_allocations": [ { "amount": "5.00", "discount_application_index": 0, "amount_set": { "shop_money": { "amount": "5.00", "currency_code": "USD" }, "presentment_money": { "amount": "5.00", "currency_code": "USD" } } } ], "duties": [ ], "admin_graphql_api_id": "gid:\/\/shopify\/LineItem\/141249953214522974", "tax_lines": [ ] } ], "fulfillments": [ ], "refunds": [ ], "total_tip_received": "0.0", "original_total_duties_set": null, "current_total_duties_set": null, "admin_graphql_api_id": "gid:\/\/shopify\/Order\/820982911946154508", "shipping_lines": [ { "id": 271878346596884015, "title": "Generic Shipping", "price": "10.00", "code": null, "source": "shopify", "phone": null, "requested_fulfillment_service_id": null, "delivery_category": null, "carrier_identifier": null, "discounted_price": "10.00", "price_set": { "shop_money": { "amount": "10.00", "currency_code": "USD" }, "presentment_money": { "amount": "10.00", "currency_code": "USD" } }, "discounted_price_set": { "shop_money": { "amount": "10.00", "currency_code": "USD" }, "presentment_money": { "amount": "10.00", "currency_code": "USD" } }, "discount_allocations": [ ], "tax_lines": [ ] } ], "billing_address": { "first_name": "Bob", "address1": "123 Billing Street", "phone": "555-555-BILL", "city": "Billtown", "zip": "K2P0B0", "province": "Kentucky", "country": "United States", "last_name": "Biller", "address2": null, "company": "My Company", "latitude": null, "longitude": null, "name": "Bob Biller", "country_code": "US", "province_code": "KY" }, "shipping_address": { "first_name": "Steve", "address1": "123 Shipping Street", "phone": "555-555-SHIP", "city": "Shippington", "zip": "40003", "province": "Kentucky", "country": "United States", "last_name": "Shipper", "address2": null, "company": "Shipping Company", "latitude": null, "longitude": null, "name": "Steve Shipper", "country_code": "US", "province_code": "KY" }, "customer": { "id": 115310627314723954, "email": "john@test.com", "accepts_marketing": false, "created_at": null, "updated_at": null, "first_name": "John", "last_name": "Smith", "orders_count": 0, "state": "disabled", "total_spent": "0.00", "last_order_id": null, "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "phone": null, "tags": "", "last_order_name": null, "currency": "USD", "accepts_marketing_updated_at": null, "marketing_opt_in_level": null, "admin_graphql_api_id": "gid:\/\/shopify\/Customer\/115310627314723954", "default_address": { "id": 715243470612851245, "customer_id": 115310627314723954, "first_name": null, "last_name": null, "company": null, "address1": "123 Elm St.", "address2": null, "city": "Ottawa", "province": "Ontario", "country": "Canada", "zip": "K2H7A8", "phone": "123-123-1234", "name": "", "province_code": "ON", "country_code": "CA", "country_name": "Canada", "default": true } } }

Trigger Response (Order Created)

Eshopbox Keys (Order Created)

Trigger Response (Order Created)

Eshopbox Keys (Order Created)

id

id

email

billingAddress.email

closed_at

 

created_at

created_at

updated_at

updated_at

number

vendorOrderNumber

note

 

token

 

gateway

 

test

 

total_price

orderTotal

subtotal_price

subtotal

total_weight

productAdditionalInfo.size

total_tax

taxAmount

taxes_included

 

currency

paymentType

financial_status

 

confirmed

 

total_discounts

items[].discount

total_line_items_price

items[].lineItemTotal

cart_token

 

buyer_accepts_marketing

 

name

 

referring_site

 

landing_site

 

cancelled_at

null

cancel_reason

null

total_price_usd

orderTotal

checkout_token

 

reference

 

user_id

 

location_id

 

source_identifier

 

source_url

 

processed_at

updated_at

device_id

 

phone

billingAddress.contactPhone

customer_locale

 

app_id

 

browser_ip

 

landing_site_ref

 

order_number

items[].lineItemSequenceNumber

discount_applications[].type

 

discount_applications[].value

 

discount_applications[].value_type

 

discount_applications[].allocation_method

 

discount_applications[].target_selection

 

discount_applications[].target_type

 

discount_applications[].description

 

discount_applications[].title

 

discount_codes[]

 

note_attributes[]

 

payment_gateway_names

paymentType

processing_method

shipMethod

checkout_id

 

source_name

 

fulfillment_status

 

tax_lines[]

 

tags

 

contact_email

billingAddress.email

order_status_url

 

presentment_currency

 

total_line_items_price_set.shop_money.amount

items[].lineItemTotal

total_line_items_price_set.shop_money.currency_code

 

total_line_items_price_set.presentment_money.amount

items[].lineItemTotal

total_line_items_price_set.presentment_money.currency_code

 

total_discounts_set.shop_money.amount

 

total_discounts_set.shop_money.currency_code

 

total_discounts_set.presentment_money.amount

 

total_discounts_set.presentment_money.currency_code

 

total_shipping_price_set.shop_money.amount

shipChargeAmount

total_shipping_price_set.shop_money.currency_code

 

total_shipping_price_set.presentment_money.amount

shipChargeAmount

total_shipping_price_set.presentment_money.currency_code

 

subtotal_price_set.shop_money.amount

subtotal

subtotal_price_set.shop_money.currency_code

 

subtotal_price_set.presentment_money.amount

subtotal

subtotal_price_set.presentment_money.currency_code

 

total_price_set.shop_money.amount

items[].customerPrice

total_price_set.shop_money.currency_code

 

total_price_set.presentment_money.amount

items[].customerPrice

total_price_set.presentment_money.currency_code

 

total_tax_set.shop_money.amount

items[].taxAmount

total_tax_set.shop_money.currency_code

 

total_tax_set.presentment_money.amount

items[].taxAmount

total_tax_set.presentment_money.currency_code

 

line_items[].id

items[].lineItemSequenceNumber

line_items[].variant_id

items[].itemID

line_items[].title

items[].productTitle

line_items[].quantity

items[].quantity

line_items[].sku

items[].sku

line_items[].variant_title

items[].productName

line_items[].vendor

vendorOrderNumber

line_items[].fulfillment_service

shipMethod

line_items[].product_id

items[].orderItemID

line_items[].requires_shipping

 

line_items[].taxable

items[].taxRate //Review

line_items[].gift_card

 

line_items[].name

items[].productName

line_items[].variant_inventory_management

externalChannelID

line_items[].properties[]

productAdditionalInfo.size

line_items[].product_exists

 

line_items[].fulfillable_quantity

 

line_items[].grams

productAdditionalInfo.size

line_items[].price

items[].customerPrice

line_items[].total_discount

items[].discount

line_items[].fulfillment_status

 

line_items[].price_set.shop_money.amount

items[].lineItemTotal

line_items[].price_set.shop_money.currency_code

 

line_items[].price_set.presentment_money.amount

items[].lineItemTotal

line_items[].price_set.presentment_money.currency_code

 

line_items[].total_discount_set.shop_money.amount

items[].discount

line_items[].total_discount_set.shop_money.currency_code

 

line_items[].total_discount_set.presentment_money.amount

items[].discount

line_items[].total_discount_set.presentment_money.currency_code

 

line_items[].discount_allocations[].amount

items[].discount

line_items[].discount_allocations[].discount_application_index

 

line_items[].discount_allocations[].amount_set.shop_money.amount

items[].discount

line_items[].discount_allocations[].shop_money.currency_code

 

line_items[].discount_allocations[].presentment_money.amount

items[].discount

line_items[].discount_allocations[].presentment_money.currency_code

 

line_items[].duties[]

 

line_items[].admin_graphql_api_id

 

line_items[].tax_lines[]

items[].taxAmount

fulfillments[]

 

refunds[].

 

total_tip_received

 

original_total_duties_set

 

current_total_duties_set

 

admin_graphql_api_id

 

shipping_lines[].id

 

shipping_lines[].title

shipMethod

shipping_lines[].price

shipChargeAmount

shipping_lines[].code

 

shipping_lines[].source

externalChannelID

shipping_lines[].phone

shippingAddress.contactPhone

shipping_lines[].requested_fulfillment_service_id

 

shipping_lines[].delivery_category

shipMethod

shipping_lines[].carrier_identifier

 

shipping_lines[].discounted_price

 

shipping_lines[].price_set.shop_money.amount

shipChargeAmount

 

shipping_lines[].price_set.shop_money.currency_code

 

shipping_lines[].price_set.presentment_money.amount

shipChargeAmount

 

shipping_lines[].price_set.presentment_money.currency_code

 

shipping_lines[].discounted_price_set.shop_money.amount

 

shipping_lines[].discounted_price_set.shop_money.currency_code

 

shipping_lines[].discounted_price_set.presentment_money.amount

 

shipping_lines[].discounted_price_set.presentment_money.currency_Code

 

shipping_lines[].discount_allocations[]

 

shipping_lines[].tax_lines[]

 

billing_address.first_name

billingAddress.customerName

billing_address.last_name

billingAddress.customerName

billing_address.address1

billingAddress.addressLine1

billing_address.phone

billingAddress.contactPhone

billing_address.city

billingAddress.city

billing_address.zip

billingAddress.postalCode

billing_address.province

billingAddress.state

billing_address.country

billingAddress.countryName

billing_address.address2

billingAddress.addressLine1

billing_address.company

 

billing_address.latitude

 

billing_address.longitude

 

billing_address.name

billingAddress.customerName

billing_address.country_code

billingAddress.countryCode

billing_address.province_code

billingAddress.postalCode

shipping_address.first_name

shippingAddress.customerName

shipping_address.last_name

shippingAddress.customerName

shipping_address.address1

shippingAddress.addressLine1

shipping_address.phone

shippingAddress.contactPhone

shipping_address.city

shippingAddress.city

shipping_address.zip

shippingAddress.postalCode

shipping_address.province

shippingAddress.state

shipping_address.country

shippingAddress.countryName

shipping_address.address2

shippingAddress.addressLine1

shipping_address.company

 

shipping_address.latitude

 

shipping_address.longitude

 

shipping_address.name

shippingAddress.customerName

shipping_address.country_code

shippingAddress.countryCode

shipping_address.province_code

shippingAddress.postalCode

customer.id

 

customer.email

 

customer.accepts_marketing

 

customer.created_at

 

customer.updated_at

 

customer.first_name

billingAddress.customerName

customer.last_name

billingAddress.customerName

customer.orders_count

 

customer.state

billingAddress.state

customer.total_spent

 

customer.last_order_id

 

customer.note

 

customer.verified_email

billingAddress.email

customer.multipass_identifier

 

customer.tax_exempt

 

customer.phone

billingAddress.contactPhone

customer.tags

 

customer.last_order_name

 

customer.currency

 

customer.accepts_marketing_updated_at

 

customer.marketing_opt_in_level

 

customer.admin_graphql_api_id

 

customer.default_address.id

 

customer.default_address.customer_id

 

customer.default_address.first_name

billingAddress.customerName

customer.default_address.last_name

billingAddress.customerName

customer.default_address.company

 

customer.default_address.address1

billingAddress.addressLine1

customer.default_address.address2

billingAddress.addressLine2

customer.default_address.city

billingAddress.city

customer.default_address.province

billingAddress.state

customer.default_address.country

billingAddress.countryName

customer.default_address.zip

billingAddress.postalCode

customer.default_address.phone

billingAddress.contactPhone

customer.default_address.name

billingAddress.customerName

customer.default_address.province_code

billingAddress.postalCode

customer.default_address.country_code

billingAddress.countryCode

customer.default_address.country_name

billingAddress.countryName

customer.default_address.default

billingAddress.addressLine1,billingAddress.addressLine2

2. Cancel Order


Webhook Registration

API URL: POST

https://teststore-eshopbox.myshopify.com/admin/api/2020-10/webhooks.json

Request Body:

{ "webhook": { "topic": "orders/cancelled", "address": "https://teststore-eshopbox.myshopify.com", "format": "json" } }

Webhook Response Body

{ "webhook": { "id": 946629279912, "address": "https://teststore-eshopbox.myshopify.com/", "topic": "orders/create", "created_at": "2020-10-21T05:16:11-04:00", "updated_at": "2020-10-21T05:16:11-04:00", "format": "json", "fields": [], "metafield_namespaces": [], "api_version": "2020-10", "private_metafield_namespaces": [] } }

Noun: Cancel Order

Description: Triggers when an order is canceled on Shopify

Trigger Type: Webhook

Response Body: Order Canceled

{ "id": 820982911946154508, "email": "jon@doe.ca", "closed_at": null, "created_at": "2020-10-06T14:10:12-04:00", "updated_at": "2020-10-06T14:10:12-04:00", "number": 234, "note": null, "token": "123456abcd", "gateway": null, "test": true, "total_price": "403.00", "subtotal_price": "393.00", "total_weight": 0, "total_tax": "0.00", "taxes_included": false, "currency": "USD", "financial_status": "voided", "confirmed": false, "total_discounts": "5.00", "total_line_items_price": "398.00", "cart_token": null, "buyer_accepts_marketing": true, "name": "#9999", "referring_site": null, "landing_site": null, "cancelled_at": "2020-10-06T14:10:12-04:00", "cancel_reason": "customer", "total_price_usd": null, "checkout_token": null, "reference": null, "user_id": null, "location_id": null, "source_identifier": null, "source_url": null, "processed_at": null, "device_id": null, "phone": null, "customer_locale": "en", "app_id": null, "browser_ip": null, "landing_site_ref": null, "order_number": 1234, "discount_applications": [ { "type": "manual", "value": "5.0", "value_type": "fixed_amount", "allocation_method": "across", "target_selection": "explicit", "target_type": "line_item", "description": "Discount", "title": "Discount" } ], "discount_codes": [ ], "note_attributes": [ ], "payment_gateway_names": [ "visa", "bogus" ], "processing_method": "", "checkout_id": null, "source_name": "web", "fulfillment_status": "pending", "tax_lines": [ ], "tags": "", "contact_email": "jon@doe.ca", "order_status_url": "https:\/\/apple.myshopify.com\/690933842\/orders\/123456abcd\/authenticate?key=abcdefg", "presentment_currency": "USD", "total_line_items_price_set": { "shop_money": { "amount": "398.00", "currency_code": "USD" }, "presentment_money": { "amount": "398.00", "currency_code": "USD" } }, "total_discounts_set": { "shop_money": { "amount": "5.00", "currency_code": "USD" }, "presentment_money": { "amount": "5.00", "currency_code": "USD" } }, "total_shipping_price_set": { "shop_money": { "amount": "10.00", "currency_code": "USD" }, "presentment_money": { "amount": "10.00", "currency_code": "USD" } }, "subtotal_price_set": { "shop_money": { "amount": "393.00", "currency_code": "USD" }, "presentment_money": { "amount": "393.00", "currency_code": "USD" } }, "total_price_set": { "shop_money": { "amount": "403.00", "currency_code": "USD" }, "presentment_money": { "amount": "403.00", "currency_code": "USD" } }, "total_tax_set": { "shop_money": { "amount": "0.00", "currency_code": "USD" }, "presentment_money": { "amount": "0.00", "currency_code": "USD" } }, "line_items": [ { "id": 866550311766439020, "variant_id": 808950810, "title": "IPod Nano - 8GB", "quantity": 1, "sku": "IPOD2008PINK", "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": 632910392, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "IPod Nano - 8GB", "variant_inventory_management": "shopify", "properties": [ ], "product_exists": true, "fulfillable_quantity": 1, "grams": 567, "price": "199.00", "total_discount": "0.00", "fulfillment_status": null, "price_set": { "shop_money": { "amount": "199.00", "currency_code": "USD" }, "presentment_money": { "amount": "199.00", "currency_code": "USD" } }, "total_discount_set": { "shop_money": { "amount": "0.00", "currency_code": "USD" }, "presentment_money": { "amount": "0.00", "currency_code": "USD" } }, "discount_allocations": [ ], "duties": [ ], "admin_graphql_api_id": "gid:\/\/shopify\/LineItem\/866550311766439020", "tax_lines": [ ] }, { "id": 141249953214522974, "variant_id": 808950810, "title": "IPod Nano - 8GB", "quantity": 1, "sku": "IPOD2008PINK", "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": 632910392, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "IPod Nano - 8GB", "variant_inventory_management": "shopify", "properties": [ ], "product_exists": true, "fulfillable_quantity": 1, "grams": 567, "price": "199.00", "total_discount": "5.00", "fulfillment_status": null, "price_set": { "shop_money": { "amount": "199.00", "currency_code": "USD" }, "presentment_money": { "amount": "199.00", "currency_code": "USD" } }, "total_discount_set": { "shop_money": { "amount": "5.00", "currency_code": "USD" }, "presentment_money": { "amount": "5.00", "currency_code": "USD" } }, "discount_allocations": [ { "amount": "5.00", "discount_application_index": 0, "amount_set": { "shop_money": { "amount": "5.00", "currency_code": "USD" }, "presentment_money": { "amount": "5.00", "currency_code": "USD" } } } ], "duties": [ ], "admin_graphql_api_id": "gid:\/\/shopify\/LineItem\/141249953214522974", "tax_lines": [ ] } ], "fulfillments": [ ], "refunds": [ ], "total_tip_received": "0.0", "original_total_duties_set": null, "current_total_duties_set": null, "admin_graphql_api_id": "gid:\/\/shopify\/Order\/820982911946154508", "shipping_lines": [ { "id": 271878346596884015, "title": "Generic Shipping", "price": "10.00", "code": null, "source": "shopify", "phone": null, "requested_fulfillment_service_id": null, "delivery_category": null, "carrier_identifier": null, "discounted_price": "10.00", "price_set": { "shop_money": { "amount": "10.00", "currency_code": "USD" }, "presentment_money": { "amount": "10.00", "currency_code": "USD" } }, "discounted_price_set": { "shop_money": { "amount": "10.00", "currency_code": "USD" }, "presentment_money": { "amount": "10.00", "currency_code": "USD" } }, "discount_allocations": [ ], "tax_lines": [ ] } ], "billing_address": { "first_name": "Bob", "address1": "123 Billing Street", "phone": "555-555-BILL", "city": "Billtown", "zip": "K2P0B0", "province": "Kentucky", "country": "United States", "last_name": "Biller", "address2": null, "company": "My Company", "latitude": null, "longitude": null, "name": "Bob Biller", "country_code": "US", "province_code": "KY" }, "shipping_address": { "first_name": "Steve", "address1": "123 Shipping Street", "phone": "555-555-SHIP", "city": "Shippington", "zip": "40003", "province": "Kentucky", "country": "United States", "last_name": "Shipper", "address2": null, "company": "Shipping Company", "latitude": null, "longitude": null, "name": "Steve Shipper", "country_code": "US", "province_code": "KY" }, "customer": { "id": 115310627314723954, "email": "john@test.com", "accepts_marketing": false, "created_at": null, "updated_at": null, "first_name": "John", "last_name": "Smith", "orders_count": 0, "state": "disabled", "total_spent": "0.00", "last_order_id": null, "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "phone": null, "tags": "", "last_order_name": null, "currency": "USD", "accepts_marketing_updated_at": null, "marketing_opt_in_level": null, "admin_graphql_api_id": "gid:\/\/shopify\/Customer\/115310627314723954", "default_address": { "id": 715243470612851245, "customer_id": 115310627314723954, "first_name": null, "last_name": null, "company": null, "address1": "123 Elm St.", "address2": null, "city": "Ottawa", "province": "Ontario", "country": "Canada", "zip": "K2H7A8", "phone": "123-123-1234", "name": "", "province_code": "ON", "country_code": "CA", "country_name": "Canada", "default": true } } }

Trigger Response (Order Canceled)

Eshopbox Keys (Order Canceled)

Trigger Response (Order Canceled)

Eshopbox Keys (Order Canceled)

id

id

email

billingAddress.email

closed_at

 

created_at

created_at

updated_at

updated_at

number

vendorOrderNumber

note

 

token

 

gateway

 

test

 

total_price

orderTotal

subtotal_price

subtotal

total_weight

productAdditionalInfo.size

total_tax

taxAmount

taxes_included

 

currency

paymentType

financial_status

 

confirmed

 

total_discounts

items[].discount

total_line_items_price

items[].lineItemTotal

cart_token

 

buyer_accepts_marketing

 

name

 

referring_site

 

landing_site

 

cancelled_at

cancellationTime

cancel_reason

reason

total_price_usd

orderTotal

checkout_token

 

reference

 

user_id

 

location_id

 

source_identifier

 

source_url

 

processed_at

updated_at

device_id

 

phone

billingAddress.contactPhone

customer_locale

 

app_id

 

browser_ip

 

landing_site_ref

 

order_number

items[].lineItemSequenceNumber

discount_applications[].type

 

discount_applications[].value

 

discount_applications[].value_type

 

discount_applications[].allocation_method

 

discount_applications[].target_selection

 

discount_applications[].target_type

 

discount_applications[].description

 

discount_applications[].title

 

discount_codes[]

 

note_attributes[]

 

payment_gateway_names

paymentType

processing_method

shipMethod

checkout_id

 

source_name

 

fulfillment_status

 

tax_lines[]

 

tags

 

contact_email

billingAddress.email

order_status_url

 

presentment_currency

 

total_line_items_price_set.shop_money.amount

items[].lineItemTotal

total_line_items_price_set.shop_money.currency_code

 

total_line_items_price_set.presentment_money.amount

items[].lineItemTotal

total_line_items_price_set.presentment_money.currency_code

 

total_discounts_set.shop_money.amount

 

total_discounts_set.shop_money.currency_code

 

total_discounts_set.presentment_money.amount

 

total_discounts_set.presentment_money.currency_code

 

total_shipping_price_set.shop_money.amount

shipChargeAmount

total_shipping_price_set.shop_money.currency_code

 

total_shipping_price_set.presentment_money.amount

shipChargeAmount

total_shipping_price_set.presentment_money.currency_code

 

subtotal_price_set.shop_money.amount

subtotal

subtotal_price_set.shop_money.currency_code

 

subtotal_price_set.presentment_money.amount

subtotal

subtotal_price_set.presentment_money.currency_code

 

total_price_set.shop_money.amount

items[].customerPrice

total_price_set.shop_money.currency_code

 

total_price_set.presentment_money.amount

items[].customerPrice

total_price_set.presentment_money.currency_code

 

total_tax_set.shop_money.amount

items[].taxAmount

total_tax_set.shop_money.currency_code

 

total_tax_set.presentment_money.amount

items[].taxAmount

total_tax_set.presentment_money.currency_code

 

line_items[].id

items[].orderItemID

line_items[].variant_id

items[].itemID

line_items[].title

items[].productName

line_items[].quantity

items[].quantity

line_items[].sku

items[].sku

line_items[].variant_title

items[].productName

line_items[].vendor

vendorOrderNumber

line_items[].fulfillment_service

shipMethod

line_items[].product_id

items[].orderItemID

line_items[].requires_shipping

 

line_items[].taxable

items[].taxRate //Review

line_items[].gift_card

 

line_items[].name

items[].productName

line_items[].variant_inventory_management

externalChannelID

line_items[].properties[]

productAdditionalInfo.size

line_items[].product_exists

 

line_items[].fulfillable_quantity

 

line_items[].grams

productAdditionalInfo.size

line_items[].price

items[].customerPrice

line_items[].total_discount

items[].discount

line_items[].fulfillment_status

 

line_items[].price_set.shop_money.amount

items[].lineItemTotal

line_items[].price_set.shop_money.currency_code

 

line_items[].price_set.presentment_money.amount

items[].lineItemTotal

line_items[].price_set.presentment_money.currency_code

 

line_items[].total_discount_set.shop_money.amount

items[].discount

line_items[].total_discount_set.shop_money.currency_code

 

line_items[].total_discount_set.presentment_money.amount

items[].discount

line_items[].total_discount_set.presentment_money.currency_code

 

line_items[].discount_allocations[].amount

items[].discount

line_items[].discount_allocations[].discount_application_index

 

line_items[].discount_allocations[].amount_set.shop_money.amount

items[].discount

line_items[].discount_allocations[].shop_money.currency_code

 

line_items[].discount_allocations[].presentment_money.amount

items[].discount

line_items[].discount_allocations[].presentment_money.currency_code

 

line_items[].duties[]

 

line_items[].admin_graphql_api_id

 

line_items[].tax_lines[]

items[].taxAmount

fulfillments[]

 

refunds[].

 

total_tip_received

 

original_total_duties_set

 

current_total_duties_set

 

admin_graphql_api_id

 

shipping_lines[].id

 

shipping_lines[].title

shipMethod

shipping_lines[].price

shipChargeAmount

shipping_lines[].code

 

shipping_lines[].source

externalChannelID

shipping_lines[].phone

shippingAddress.contactPhone

shipping_lines[].requested_fulfillment_service_id

 

shipping_lines[].delivery_category

shipMethod

shipping_lines[].carrier_identifier

 

shipping_lines[].discounted_price

 

shipping_lines[].price_set.shop_money.amount

shipChargeAmount

 

shipping_lines[].price_set.shop_money.currency_code

 

shipping_lines[].price_set.presentment_money.amount

shipChargeAmount

 

shipping_lines[].price_set.presentment_money.currency_code

 

shipping_lines[].discounted_price_set.shop_money.amount

 

shipping_lines[].discounted_price_set.shop_money.currency_code

 

shipping_lines[].discounted_price_set.presentment_money.amount

 

shipping_lines[].discounted_price_set.presentment_money.currency_Code

 

shipping_lines[].discount_allocations[]

 

shipping_lines[].tax_lines[]

 

billing_address.first_name

billingAddress.customerName

billing_address.last_name

billingAddress.customerName

billing_address.address1

billingAddress.addressLine1

billing_address.phone

billingAddress.contactPhone

billing_address.city

billingAddress.city

billing_address.zip

billingAddress.postalCode

billing_address.province

billingAddress.state

billing_address.country

billingAddress.countryName

billing_address.address2

billingAddress.addressLine1

billing_address.company

 

billing_address.latitude

 

billing_address.longitude

 

billing_address.name

billingAddress.customerName

billing_address.country_code

billingAddress.countryCode

billing_address.province_code

billingAddress.postalCode

shipping_address.first_name

shippingAddress.customerName

shipping_address.last_name

shippingAddress.customerName

shipping_address.address1

shippingAddress.addressLine1

shipping_address.phone

shippingAddress.contactPhone

shipping_address.city

shippingAddress.city

shipping_address.zip

shippingAddress.postalCode

shipping_address.province

shippingAddress.state

shipping_address.country

shippingAddress.countryName

shipping_address.address2

shippingAddress.addressLine1

shipping_address.company

 

shipping_address.latitude

 

shipping_address.longitude

 

shipping_address.name

shippingAddress.customerName

shipping_address.country_code

shippingAddress.countryCode

shipping_address.province_code

shippingAddress.postalCode

customer.id

 

customer.email

 

customer.accepts_marketing

 

customer.created_at

 

customer.updated_at

 

customer.first_name

billingAddress.customerName

customer.last_name

billingAddress.customerName

customer.orders_count

 

customer.state

billingAddress.state

customer.total_spent

 

customer.last_order_id

 

customer.note

 

customer.verified_email

billingAddress.email

customer.multipass_identifier

 

customer.tax_exempt

 

customer.phone

billingAddress.contactPhone

customer.tags

 

customer.last_order_name

 

customer.currency

 

customer.accepts_marketing_updated_at

 

customer.marketing_opt_in_level

 

customer.admin_graphql_api_id

 

customer.default_address.id

 

customer.default_address.customer_id

 

customer.default_address.first_name

billingAddress.customerName

customer.default_address.last_name

billingAddress.customerName

customer.default_address.company

 

customer.default_address.address1

billingAddress.addressLine1

customer.default_address.address2

billingAddress.addressLine2

customer.default_address.city

billingAddress.city

customer.default_address.province

billingAddress.state

customer.default_address.country

billingAddress.countryName

customer.default_address.zip

billingAddress.postalCode

customer.default_address.phone

billingAddress.contactPhone

customer.default_address.name

billingAddress.customerName

customer.default_address.province_code

billingAddress.postalCode

customer.default_address.country_code

billingAddress.countryCode

customer.default_address.country_name

billingAddress.countryName

customer.default_address.default

billingAddress.addressLine1,billingAddress.addressLine2

Actions

 

1. Update Inventory

Noun: UPDATE INVENTORY

Description: Adjusts the inventory level of an inventory item at a single location

Trigger Type: Webhook

API URL: POST

https://teststore-eshopbox.myshopify.com/admin/api/2020-10/inventory_levels/adjust.json

Request Body

{ "location_id": 905684977, "inventory_item_id": 808950810, "available_adjustment": 5 }

Action Request Keys (Update Inventory)

Eshopbox Keys (Update Inventory)

Action Request Keys (Update Inventory)

Eshopbox Keys (Update Inventory)

location_id

warehouse

inventory_item_id

sku

available_adjustment

sellable

Response Body

{ "inventory_level": { "inventory_item_id": 808950810, "location_id": 905684977, "available": 6, "updated_at": "2020-10-06T14:01:28-04:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/905684977?inventory_item_id=808950810" } }

Actions Response Keys (Update Inventory)

Eshopbox Keys (Update Inventory)

Actions Response Keys (Update Inventory)

Eshopbox Keys (Update Inventory)

inventory_level.inventory_item_id

sku

inventory_level.location_id

warehouse

inventory_level.available

sellable

inventory_level.updated_at

 

inventory_level.admin_graphql_api_id

 

2. Assigned Fulfillment REQUEST ACCEPTED

Noun: ASSIGNED FULFILLMENT REQUEST ACCEPTED

Description: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items

Trigger Type: Webhook

API URL: GET

https://teststore-eshopbox.shopify.com/admin/api/2020-10/assigned_fulfillment_orders.json?assignment_status=fulfillment_accepted&location_ids[]={{location_ids}}

Response Body

{ "fulfillment_orders": [ { "id": 1046000777, "shop_id": 690933842, "order_id": 450789469, "assigned_location_id": 48752903, "fulfillment_service_handle": "shipwire-app", "request_status": "fulfillment_accepted", "status": "in_progress", "supported_actions": [ "cancel_fulfillment_order", "create_fulfillment" ], "destination": { "id": 1025578619, "address1": "Chestnut Street 92", "address2": "", "city": "Louisville", "company": null, "country": "United States", "email": "bob.norman@hostmail.com", "first_name": "Bob", "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202" }, "line_items": [ { "id": 1025578619, "shop_id": 690933842, "fulfillment_order_id": 1046000777, "quantity": 1, "line_item_id": 518995019, "inventory_item_id": 49148385, "fulfillable_quantity": 1, "variant_id": 49148385 } ], "outgoing_requests": [], "assigned_location": { "address1": null, "address2": null, "city": null, "country_code": "DE", "location_id": 48752903, "name": "Apple Api Shipwire", "phone": null, "province": null, "zip": null } } ] }

Actions AssignedFulfillment REQUEST_ACCEPTED

Eshopbox Keys

Actions AssignedFulfillment REQUEST_ACCEPTED

Eshopbox Keys

fulfillment_orders[].id

id

fulfillment_orders[].shop_id

externalChannelID

fulfillment_orders[].order_id

externalShipmentID

fulfillment_orders[].assigned_location_id

externalWarehouseID

fulfillment_orders[].fulfillment_service_handle

 

fulfillment_orders[].request_status

remarks

fulfillment_orders[].status

status

fulfillment_orders[].supported_actions

 

fulfillment_orders[].destination.id

 

fulfillment_orders[].destination.address1

shippingAddress.addressLine1

fulfillment_orders[].destination.address2

shippingAddress.addressLine2

fulfillment_orders[].destination.city

shippingAddress.city

fulfillment_orders[].destination.company

 

fulfillment_orders[].destination.country

shippingAddress.countryName

fulfillment_orders[].destination.email

shippingAddress.email

fulfillment_orders[].destination.first_name

shippingAddress.customerName

fulfillment_orders[].destination.last_name

shippingAddress.customerName

fulfillment_orders[].destination.phone

shippingAddress.contactPhone

fulfillment_orders[].destination.province

shippingAddress.state

fulfillment_orders[].destination.zip

shippingAddress.postalCode

fulfillment_orders[].line_items[].id

items[].itemID

fulfillment_orders[].line_items[].shop_id

externalChannelID

fulfillment_orders[].line_items[].fulfillment_order_id

items[].orderItemID

fulfillment_orders[].line_items[].quantity

items[].quantity

fulfillment_orders[].line_items[].line_item_id

items[].lineItemSequenceNumber

fulfillment_orders[].line_items[].inventory_item_id

items[].itemID (variant id) or items[].lineItemSequenceNumber (incremental id of each item in a order)

fulfillment_orders[].line_items[].fulfillable_quantity

items[].quantity

fulfillment_orders[].line_items[].variant_id

items[].itemID

fulfillment_orders[].outgoing_requests[]

 

fulfillment_orders[].assigned_location.address1

shippingAddress.addressLine1

fulfillment_orders[].assigned_location.address2

shippingAddress.addressLine2

fulfillment_orders[].assigned_location.city

shippingAddress.city

fulfillment_orders[].assigned_location.country_code

shippingAddress.countryCode

fulfillment_orders[].assigned_location.location_id

 

fulfillment_orders[].assigned_location.name

location

fulfillment_orders[].assigned_location.phone

shippingAddress.contactPhone

fulfillment_orders[].assigned_location.province

shippingAddress.state

fulfillment_orders.assigned_location.zip

shippingAddress.postalCode

3. Assigned Order Fulfillment FULFILLMENT_REQUESTED (Recheck- Only status- Fulfilled)

Noun: AssignedFulfillmentOrder FULFILLMENT_REQUESTED

Description: Triggers for Fulfillment orders when the merchant has requested fulfillment

Trigger Type: Webhook

API URL: GET

https://teststore-eshopbox.myshopify.com/admin/api/2020-10/assigned_fulfillment_orders.json?assignment_status=fulfillment_requested&location_ids[]={{location_ids}}

Response Body

{ "fulfillment_orders": [ { "id": 1046000777, "shop_id": 690933842, "order_id": 450789469, "assigned_location_id": 48752903, "fulfillment_service_handle": "shipwire-app", "request_status": "fulfillment_requested", "status": "in_progress", "supported_actions": [ "cancel_fulfillment_order", "create_fulfillment" ], "destination": { "id": 1025578619, "address1": "Chestnut Street 92", "address2": "", "city": "Louisville", "company": null, "country": "United States", "email": "bob.norman@hostmail.com", "first_name": "Bob", "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202" }, "line_items": [ { "id": 1025578619, "shop_id": 690933842, "fulfillment_order_id": 1046000777, "quantity": 1, "line_item_id": 518995019, "inventory_item_id": 49148385, "fulfillable_quantity": 1, "variant_id": 49148385 } ], "outgoing_requests": [], "assigned_location": { "address1": null, "address2": null, "city": null, "country_code": "DE", "location_id": 48752903, "name": "Apple Api Shipwire", "phone": null, "province": null, "zip": null } } ] }

Actions AssignedFulfillment FULFILLMENT_REQUESTED

Eshopbox Keys

Actions AssignedFulfillment FULFILLMENT_REQUESTED

Eshopbox Keys

fulfillment_orders[].id

id

fulfillment_orders[].shop_id

externalChannelID

fulfillment_orders[].order_id

externalShipmentID

fulfillment_orders[].assigned_location_id

externalWarehouseID

fulfillment_orders[].fulfillment_service_handle

 

fulfillment_orders[].request_status

remarks

fulfillment_orders[].status

status

fulfillment_orders[].supported_actions

 

fulfillment_orders[].destination.id

 

fulfillment_orders[].destination.address1

shippingAddress.addressLine1

fulfillment_orders[].destination.address2

shippingAddress.addressLine2

fulfillment_orders[].destination.city

shippingAddress.city

fulfillment_orders[].destination.company

 

fulfillment_orders[].destination.country

shippingAddress.countryName

fulfillment_orders[].destination.email

shippingAddress.email

fulfillment_orders[].destination.first_name

shippingAddress.customerName

fulfillment_orders[].destination.last_name

shippingAddress.customerName

fulfillment_orders[].destination.phone

shippingAddress.contactPhone

fulfillment_orders[].destination.province

shippingAddress.state

fulfillment_orders[].destination.zip

shippingAddress.postalCode

fulfillment_orders[].line_items[].id

items[].itemID

fulfillment_orders[].line_items[].shop_id

externalChannelID

fulfillment_orders[].line_items[].fulfillment_order_id

items[].orderItemID

fulfillment_orders[].line_items[].quantity

items[].quantity

fulfillment_orders[].line_items[].line_item_id

items[].lineItemSequenceNumber

fulfillment_orders[].line_items[].inventory_item_id

items[].itemID (variant id) or items[].lineItemSequenceNumber (incremental id of each item in a order)

fulfillment_orders[].line_items[].fulfillable_quantity

items[].quantity

fulfillment_orders[].line_items[].variant_id

items[].itemID

fulfillment_orders[].outgoing_requests[]

 

fulfillment_orders[].assigned_location.address1

shippingAddress.addressLine1

fulfillment_orders[].assigned_location.address2

shippingAddress.addressLine2

fulfillment_orders[].assigned_location.city

shippingAddress.city

fulfillment_orders[].assigned_location.country_code

shippingAddress.countryCode

fulfillment_orders[].assigned_location.location_id

 

fulfillment_orders[].assigned_location.name

location

fulfillment_orders[].assigned_location.phone

shippingAddress.contactPhone

fulfillment_orders[].assigned_location.province

shippingAddress.state

fulfillment_orders.assigned_location.zip

shippingAddress.postalCode

4. SEND Fulfillment Cancellation Request

Noun: SENDFULFILLMENT CANCELLATION REQUEST

Description: Sends a cancellation request to a fulfillment service for a fulfillment order.

Trigger Type: Webhook

API URL: POST

https://teststore-eshopbox.shopify.com/admin/api/2020-10/fulfillment_orders/{fulfillment_order_id}/cancellation_request.json

Request Body

{ "cancellation_request": { "message": "The customer changed his mind." } }

Actions Request Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

Actions Request Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

cancellation_request.message

reason

Response Body

{ "fulfillment_order": { "id": 1046000824, "shop_id": 690933842, "order_id": 450789469, "assigned_location_id": 48752903, "fulfillment_service_handle": "shipwire-app", "request_status": "cancellation_requested", "status": "in_progress", "supported_actions": [ "cancel_fulfillment_order", "create_fulfillment" ], "destination": { "id": 1025578657, "address1": "Chestnut Street 92", "address2": "", "city": "Louisville", "company": null, "country": "United States", "email": "bob.norman@hostmail.com", "first_name": "Bob", "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202" }, "origin": { "address1": null, "address2": null, "city": null, "country_code": "DE", "location_id": 48752903, "name": "Apple Api Shipwire", "phone": null, "province": null, "zip": null }, "line_items": [ { "id": 1025578681, "shop_id": 690933842, "fulfillment_order_id": 1046000824, "quantity": 1, "line_item_id": 518995019, "inventory_item_id": 49148385, "fulfillable_quantity": 1, "variant_id": 49148385 } ], "outgoing_requests": [] } }

Actions Response Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

Actions Response Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

fulfillment_order.id

id

fulfillment_order.shop_id

externalChannelID

fulfillment_order.order_id

externalChannelID

fulfillment_order.assigned_location_id

externalWarehouseID

fulfillment_order.fulfillment_service_handle

 

fulfillment_order.request_status

remarks

fulfillment_order.status

status

fulfillment_order.supported_actions

 

fulfillment_order.destination.id

 

fulfillment_order.destination.address1

shippingAddress.addressLine1

fulfillment_order.destination.address2

shippingAddress.addressLine2

fulfillment_order.destination.city

shippingAddress.city

fulfillment_order.destination.company

 

fulfillment_order.destination.country

shippingAddress.countryName

fulfillment_order.destination.email

shippingAddress.email

fulfillment_order.destination.first_name

shippingAddress.customerName

fulfillment_order.destination.last_name

shippingAddress.customerName

fulfillment_order.destination.phone

shippingAddress.contactPhone

fulfillment_order.destination.province

shippingAddress.state

fulfillment_order.destination.zip

shippingAddress.postalCode

fulfillment_order.origin.address1

 

fulfillment_order.origin.address2

 

fulfillment_order.origin.city

 

fulfillment_order.origin.country_code

 

fulfillment_order.origin.location_id

 

fulfillment_order.origin.name

 

fulfillment_order.origin.phone

 

fulfillment_order.origin.province

 

fulfillment_order.origin.zip

 

fulfillment_order.line_items[].id

items[].itemID

fulfillment_order.line_items[].shop_id

externalChannelID

fulfillment_order.line_items[].fulfillment_order_id

items[].orderItemID

fulfillment_order.line_items[].quantity

items[].quantity

fulfillment_order.line_items[].line_item_id

items[].lineItemSequenceNumber

fulfillment_order.line_items[].inventory_item_id

items[].itemID (variant id) or items[].lineItemSequenceNumber (incremental id of each item in a order)

fulfillment_order.line_items[].fulfillable_quantity

items[].quantity

fulfillment_order.line_items[].variant_id

items[].itemID

fulfillment_order.outgoing_requests

 

5. Fulfillment Cancellation Request ACCEPTED

Noun: FULFILLMENT CANCELLATION REQUEST ACCEPTED

Description: Accepts a cancellation request sent to a fulfillment service for a fulfillment order.

Trigger Type: Webhook

API URL: POST

https://teststore-eshopbox.shopify.com/admin/api/2020-10/fulfillment_orders/{fulfillment_order_id}/cancellation_request/accept.json

Request Body

{ "cancellation_request": { "message": "We had not started any processing yet." } }

Actions Request Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

Actions Request Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

cancellation_request.message

reason

Response Body

HTTP/1.1 200 OK { "fulfillment_order": { "id": 1046000825, "shop_id": 690933842, "order_id": 450789469, "assigned_location_id": 48752903, "fulfillment_service_handle": "shipwire-app", "request_status": "cancellation_accepted", "status": "cancelled", "supported_actions": [ "request_fulfillment", "create_fulfillment" ], "destination": { "id": 1025578658, "address1": "Chestnut Street 92", "address2": "", "city": "Louisville", "company": null, "country": "United States", "email": "bob.norman@hostmail.com", "first_name": "Bob", "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202" }, "origin": { "address1": null, "address2": null, "city": null, "country_code": "DE", "location_id": 48752903, "name": "Apple Api Shipwire", "phone": null, "province": null, "zip": null }, "line_items": [ { "id": 1025578682, "shop_id": 690933842, "fulfillment_order_id": 1046000825, "quantity": 1, "line_item_id": 518995019, "inventory_item_id": 49148385, "fulfillable_quantity": 1, "variant_id": 49148385 } ], "outgoing_requests": [] } }

Actions Response Fulfillment CANCELLATION_ACCEPTED

Eshopbox Keys

Actions Response Fulfillment CANCELLATION_ACCEPTED

Eshopbox Keys

fulfillment_order.id

id

fulfillment_order.shop_id

externalChannelID

fulfillment_order.order_id

externalChannelID

fulfillment_order.assigned_location_id

externalWarehouseID

fulfillment_order.fulfillment_service_handle

 

fulfillment_order.request_status

remarks

fulfillment_order.status

status

fulfillment_order.supported_actions

 

fulfillment_order.destination.id

 

fulfillment_order.destination.address1

shippingAddress.addressLine1

fulfillment_order.destination.address2

shippingAddress.addressLine2

fulfillment_order.destination.city

shippingAddress.city

fulfillment_order.destination.company

 

fulfillment_order.destination.country

shippingAddress.countryName

fulfillment_order.destination.email

shippingAddress.email

fulfillment_order.destination.first_name

shippingAddress.customerName

fulfillment_order.destination.last_name

shippingAddress.customerName

fulfillment_order.destination.phone

shippingAddress.contactPhone

fulfillment_order.destination.province

shippingAddress.state

fulfillment_order.destination.zip

shippingAddress.postalCode

fulfillment_order.origin.address1

 

fulfillment_order.origin.address2

 

fulfillment_order.origin.city

 

fulfillment_order.origin.country_code

 

fulfillment_order.origin.location_id

 

fulfillment_order.origin.name

 

fulfillment_order.origin.phone

 

fulfillment_order.origin.province

 

fulfillment_order.origin.zip

 

fulfillment_order.line_items[].id

items[].itemID

fulfillment_order.line_items[].shop_id

externalChannelID

fulfillment_order.line_items[].fulfillment_order_id

items[].orderItemID

fulfillment_order.line_items[].quantity

items[].quantity

fulfillment_order.line_items[].line_item_id

items[].lineItemSequenceNumber

fulfillment_order.line_items[].inventory_item_id

items[].itemID (variant id) or items[].lineItemSequenceNumber (incremental id of each item in a order)

fulfillment_order.line_items[].fulfillable_quantity

items[].quantity

fulfillment_order.line_items[].variant_id

items[].itemID

fulfillment_order.outgoing_requests

 

6. Fulfillment Cancellation Request REJECTED

Noun: FULFILLMENT CANCELLATION REQUEST REJECTED

Description: Rejects a cancellation request sent to a fulfillment service for a fulfillment order.

Trigger Type: Webhook

API URL: POST

https://teststore-eshopbox.shopify.com/admin/api/2020-10/fulfillment_orders/{fulfillment_order_id}/cancellation_request/reject.json

Request Body

{ "cancellation_request": { "message": "We have already send the shipment out." } }

Actions Request Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

Actions Request Send Fulfillment CANCELLATION_REQUEST

Eshopbox Keys

cancellation_request.message

 

Response Body

{ "fulfillment_order": { "id": 1046000826, "shop_id": 690933842, "order_id": 450789469, "assigned_location_id": 48752903, "fulfillment_service_handle": "shipwire-app", "request_status": "cancellation_rejected", "status": "in_progress", "supported_actions": [ "create_fulfillment" ], "destination": { "id": 1025578659, "address1": "Chestnut Street 92", "address2": "", "city": "Louisville", "company": null, "country": "United States", "email": "bob.norman@hostmail.com", "first_name": "Bob", "last_name": "Norman", "phone": "555-625-1199", "province": "Kentucky", "zip": "40202" }, "origin": { "address1": null, "address2": null, "city": null, "country_code": "DE", "location_id": 48752903, "name": "Apple Api Shipwire", "phone": null, "province": null, "zip": null }, "line_items": [ { "id": 1025578683, "shop_id": 690933842, "fulfillment_order_id": 1046000826, "quantity": 1, "line_item_id": 518995019, "inventory_item_id": 49148385, "fulfillable_quantity": 1, "variant_id": 49148385 } ], "outgoing_requests": [] } }

Actions Response Fulfillment CANCELLATION_REJECTED

Eshopbox Keys

Actions Response Fulfillment CANCELLATION_REJECTED

Eshopbox Keys

fulfillment_order.id

id

fulfillment_order.shop_id

externalChannelID

fulfillment_order.order_id

externalChannelID

fulfillment_order.assigned_location_id

externalWarehouseID

fulfillment_order.fulfillment_service_handle

 

fulfillment_order.request_status

remarks

fulfillment_order.status

status

fulfillment_order.supported_actions

 

fulfillment_order.destination.id

 

fulfillment_order.destination.address1

shippingAddress.addressLine1

fulfillment_order.destination.address2

shippingAddress.addressLine2

fulfillment_order.destination.city

shippingAddress.city

fulfillment_order.destination.company

 

fulfillment_order.destination.country

shippingAddress.countryName

fulfillment_order.destination.email

shippingAddress.email

fulfillment_order.destination.first_name

shippingAddress.customerName

fulfillment_order.destination.last_name

shippingAddress.customerName

fulfillment_order.destination.phone

shippingAddress.contactPhone

fulfillment_order.destination.province

shippingAddress.state

fulfillment_order.destination.zip

shippingAddress.postalCode

fulfillment_order.origin.address1

 

fulfillment_order.origin.address2

 

fulfillment_order.origin.city

 

fulfillment_order.origin.country_code

 

fulfillment_order.origin.location_id

 

fulfillment_order.origin.name

 

fulfillment_order.origin.phone

 

fulfillment_order.origin.province

 

fulfillment_order.origin.zip

 

fulfillment_order.line_items[].id

items[].itemID

fulfillment_order.line_items[].shop_id

externalChannelID

fulfillment_order.line_items[].fulfillment_order_id

items[].orderItemID

fulfillment_order.line_items[].quantity

items[].quantity

fulfillment_order.line_items[].line_item_id

items[].lineItemSequenceNumber

fulfillment_order.line_items[].inventory_item_id

items[].itemID (variant id) or items[].lineItemSequenceNumber (incremental id of each item in a order)

fulfillment_order.line_items[].fulfillable_quantity

items[].quantity

fulfillment_order.line_items[].variant_id

items[].itemID

fulfillment_order.outgoing_requests

 

Related content