Orders update
Triggered for any update to the order information.
Requires the order access scope. Minimum supported version: 202007.
Request headers
The event that triggered this delivery, e.g. orders/create
orders/createBase64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza
The domain of the store that generated the event
example.myshoplaza.comThe API version used to serialize the payload
2025-06Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency
Request body
- Schema
- Example
order object
idstringOrder ID
numberstringOrder number
notestringA custom note input by the merchant regarding the order
financial_statusstringPayment status. Values: waiting (awaiting payment), paying (payment processing), authorized, partially_paid, paid, failed, refunding, refund_failed, refunded, partially_refunded, cancelled
statusstringOrder status. Values: opened (in progress), placed (paid / order placed), finished (completed, or a terminal state after post-payment cancellation), cancelled (cancelled before payment)
cancel_reasonstringReason for order cancellation
canceled_atstringTime when the order was canceled
payment_methodstringThe payment method used for the order (e.g., apple_pay, credit_card, online)
fulfillment_statusstringOrder fulfillment status. Values: initialled (not yet fulfilling), waiting (awaiting shipment), partially_shipped, shipped, partially_finished, finished, cancelled, returning, partially_returned, returned
customer_notestringA note provided by the customer during checkout
buyer_accepts_marketingbooleanIndicates whether the customer has agreed to receive marketing promotions
currencystringCurrency code for the order
tagsstringCustom tags added to the order by merchants or the system
sub_totalstringThe sum of the prices for all line items in the order
total_discountstringTotal amount of discounts applied to the order, including product, shipping, and payment discounts
total_taxstringTotal tax amount applied to the products in the order, excluding shipping tax
total_shippingstringTotal shipping fee for the order
total_pricestringThe final price paid by the customer, including taxes, discounts, tips, additional fee and shipping fees
duty_totalstringTotal customs duty and tax amount
total_tip_receivedstringTotal amount of tips received for the order
discount_applicationsstringDetails of discounts (JSON string)
discount_codestringdeprecatedDiscount code applied to the order. (Deprecated: parse
discount_applicationsinstead.)code_discount_totalstringdeprecatedTotal discount from discount codes. (Deprecated: extract from
discount_applicationsinstead.)line_item_discount_totalstringdeprecatedLine-item level discount total. (Deprecated: extract from
discount_applicationsinstead.)applied_gift_cardsstringdeprecatedGift cards applied during checkout. (Deprecated: not recommended.)
created_atstringTime when the order was created (e.g., 2018-11-02T12:30:10Z)
updated_atstringTime when the order was last updated
customer_deleted_atstringTime when the customer associated with the order was deleted
deleted_atstringTime when the order was deleted
placed_atstringTime when the order was paid
closed_atstringTime when the order was closed
browser_ipstringBrowser IP address
landing_sitestringThe first page the customer landed on (URL)
last_landing_urlstringLast visited page
configstringOrder configuration snapshot (JSON string), including market info and checkout page config
checkout_urlstringThe checkout page URL for the order (including store domain)
refer_infostringVisit information (JSON string)
sales_platformstringSales channel
order_typeintegerOrder type
product_tax_includedbooleanWhether product prices already include tax
additional_totalstringTotal amount of additional charges, numeric string (e.g., "9.99")
shipping_tax_totalstringTotal shipping tax amount of the order
shipping_tax_typeintegerShipping tax type
testbooleandeprecatedWhether this is a test order. (Deprecated: not recommended, determine on your own.)
total_paidstringTotal amount paid by the customer for the order
real_total_paidstringActual total amount paid
refund_pricestringdeprecatedAmount of the most recent refund request (refund events only). (Deprecated: do not use.)
refund_statusstringdeprecatedRefund method of the most recent refund (refund events only). (Deprecated: do not use.)
total_refund_pricestringTotal refund amount that has been successfully processed (e.g., "9.99")
total_refund_discountstringdeprecatedCumulative refunded discount (refund events only). (Deprecated: do not use.)
total_refund_taxstringdeprecatedCumulative refunded tax (refund events only). (Deprecated: do not use.)
customer object
Customer who placed the order. This is not an order snapshot — it may change when the customer places their next order
idstringCustomer ID
first_namestringFirst name
last_namestringLast name
emailstringEmail address
phonestringPhone number
order_countintegerNumber of orders placed by the customer
total_spentstringTotal amount spent by the customer
created_atstringTime when the customer record was created
updated_atstringTime when the customer record was last updated
shipping_address object
Delivery address
first_namestringFirst name of consignee
last_namestringLast name of consignee
namestringName of consignee
address1stringAddress line (e.g., Suite 1234)
address2stringSecond address line
citystringCity (e.g., SAN JOSE)
areastringArea (e.g., Bay area)
provincestringProvince (e.g., New Mexico)
province_codestringProvince code (e.g., NM)
countrystringCountry (e.g., United States)
country_codestringCountry code (e.g., US)
zipstringZIP code (e.g., 87036)
phonestringPhone number (e.g., +86 1231231234)
phone_area_codestringArea code (e.g., +86). Present on
shipping_addresscompanystringCompany (e.g., ABC Limited)
latitudestringLatitude of the delivery address (e.g., 22.54)
longitudestringLongitude of the delivery address (e.g., 114.06)
emailstringEmail address
extra_info object
Special shipping information:
extra_info.cpf(personal tax ID),extra_info.tax_text(tax text),extra_info.short_address(short address);extra_info.additionis a merchant-defined dictionarycpfstringPersonal tax ID (CPF)
tax_textstringTax text
short_addressstringShort address
additionobjectMerchant-defined dictionary; keys vary
billing_address object
Billing address
first_namestringFirst name of consignee
last_namestringLast name of consignee
namestringName of consignee
address1stringAddress line (e.g., Suite 1234)
address2stringSecond address line
citystringCity (e.g., SAN JOSE)
areastringArea (e.g., Bay area)
provincestringProvince (e.g., New Mexico)
province_codestringProvince code (e.g., NM)
countrystringCountry (e.g., United States)
country_codestringCountry code (e.g., US)
zipstringZIP code (e.g., 87036)
phonestringPhone number (e.g., +86 1231231234)
phone_area_codestringArea code (e.g., +86). Present on
shipping_addresscompanystringCompany (e.g., ABC Limited)
latitudestringLatitude of the delivery address (e.g., 22.54)
longitudestringLongitude of the delivery address (e.g., 114.06)
emailstringEmail address
extra_info object
Special shipping information:
extra_info.cpf(personal tax ID),extra_info.tax_text(tax text),extra_info.short_address(short address);extra_info.additionis a merchant-defined dictionarycpfstringPersonal tax ID (CPF)
tax_textstringTax text
short_addressstringShort address
additionobjectMerchant-defined dictionary; keys vary
line_items object[]
List of purchased products
Array [idstringLine item ID
product_idstringID of the product associated with this line item
variant_idstringID of the specific product variant
product_titlestringThe name of the product purchased
variant_titlestringThe title of the product variant, e.g. "Blue, Size M"
product_handlestringURL handle of the product
product_urlstringThe URL of the product page for customers
skustringStock Keeping Unit (SKU) for the product variant
spustringStandard Product Unit (SPU)
quantityintegerThe number of units of this product purchased
pricestringPrice
compare_at_pricestringCompare-at price
totalstringLine total for this item
duty_pricestringDuty cost
payment_discount_pricestringPrice of payment discounts applied to the line item
discount_applicationsstringDiscounts applied to this line item (JSON string)
fulfillment_statusstringThe fulfillment status of this line item, e.g. "fulfilled", "unfulfilled"
requires_shippingbooleanWhether this line item requires shipping
weightstringWeight of the product
weight_unitstringUnit of measurement for the product weight, e.g. "kg", "lbs"
imagestringProduct image
notestringA note related to the product in this line item
vendorstringThe vendor or supplier of the product
refund_quantityintegerdeprecatedQuantity of the most recent refund request (refund events only). (Deprecated: do not use.)
refund_totalstringdeprecatedCumulative refunded item amount (refund events only). (Deprecated: do not use.)
properties object[]
Line item properties, each with
nameandvalueArray [namestringProperty name
valuestringProperty value
]custom_propertiesobjectCustom properties of the line item (e.g. size, color). A merchant-defined dictionary — keys vary by product
shipped_quantityintegerQuantity shipped in this fulfillment. Present in
fulfillments[].line_itemsonlymain_currency_prices object
Prices converted to the primary-market currency
sub_totalstringSubtotal in the primary-market currency
total_pricestringTotal price in the primary-market currency
total_discountstringTotal discount in the primary-market currency
total_taxstringTotal tax in the primary-market currency
total_shippingstringTotal shipping in the primary-market currency
actual_ratestringExchange rate applied
primary_market_currencystringThe primary-market currency code
pricestringUnit price in the primary-market currency (line-item level)
compare_at_pricestringCompare-at price in the primary-market currency (line-item level)
totalstringLine total (price x quantity) in the primary-market currency (line-item level)
]main_currency_prices object
Prices converted to the store's primary-market currency
sub_totalstringSubtotal in the primary-market currency
total_pricestringTotal price in the primary-market currency
total_discountstringTotal discount in the primary-market currency
total_taxstringTotal tax in the primary-market currency
total_shippingstringTotal shipping in the primary-market currency
actual_ratestringExchange rate applied
primary_market_currencystringThe primary-market currency code
pricestringUnit price in the primary-market currency (line-item level)
compare_at_pricestringCompare-at price in the primary-market currency (line-item level)
totalstringLine total (price x quantity) in the primary-market currency (line-item level)
payment_line object
Payment details
idstringPayment line ID
payment_channelstringThe payment channel used for the transaction (e.g., PayPal, Stripe, Bank Transfer)
payment_methodstringThe specific method of payment used within the channel (e.g., Visa, MasterCard, online)
transaction_nostringThe unique transaction number associated with this payment
credit_card_numberstringThe last few digits of the credit card used
merchant_emailstringMerchant email address
descstringPayment description
merchant_idstringMerchant ID
paid_totalstringAmount paid through this payment line
payment_lines object[]
List of payment lines
Array [idstringPayment line ID
payment_channelstringThe payment channel used for the transaction (e.g., PayPal, Stripe, Bank Transfer)
payment_methodstringThe specific method of payment used within the channel (e.g., Visa, MasterCard, online)
transaction_nostringThe unique transaction number associated with this payment
credit_card_numberstringThe last few digits of the credit card used
merchant_emailstringMerchant email address
descstringPayment description
merchant_idstringMerchant ID
paid_totalstringAmount paid through this payment line
]shipping_line object
Information about the shipping plan selected for the order
namestringName
descstringDescription
delivery_methodintegerDelivery method
extra_infostringAdditional shipping information (JSON string)
fulfillments object[]
List of fulfillments
Array [idstringFulfillment ID
order_idstringOrder ID
statusstringFulfillment status
created_atstringCreation time, in ISO-8601 format
updated_atstringLast update time, in ISO-8601 format
line_items object[]
Line items included in this fulfillment
Array [idstringLine item ID
product_idstringID of the product associated with this line item
variant_idstringID of the specific product variant
product_titlestringThe name of the product purchased
variant_titlestringThe title of the product variant, e.g. "Blue, Size M"
product_handlestringURL handle of the product
product_urlstringThe URL of the product page for customers
skustringStock Keeping Unit (SKU) for the product variant
spustringStandard Product Unit (SPU)
quantityintegerThe number of units of this product purchased
pricestringPrice
compare_at_pricestringCompare-at price
totalstringLine total for this item
duty_pricestringDuty cost
payment_discount_pricestringPrice of payment discounts applied to the line item
discount_applicationsstringDiscounts applied to this line item (JSON string)
fulfillment_statusstringThe fulfillment status of this line item, e.g. "fulfilled", "unfulfilled"
requires_shippingbooleanWhether this line item requires shipping
weightstringWeight of the product
weight_unitstringUnit of measurement for the product weight, e.g. "kg", "lbs"
imagestringProduct image
notestringA note related to the product in this line item
vendorstringThe vendor or supplier of the product
refund_quantityintegerdeprecatedQuantity of the most recent refund request (refund events only). (Deprecated: do not use.)
refund_totalstringdeprecatedCumulative refunded item amount (refund events only). (Deprecated: do not use.)
properties object[]
Line item properties, each with
nameandvalueArray [namestringProperty name
valuestringProperty value
]custom_propertiesobjectCustom properties of the line item (e.g. size, color). A merchant-defined dictionary — keys vary by product
shipped_quantityintegerQuantity shipped in this fulfillment. Present in
fulfillments[].line_itemsonlymain_currency_prices object
Prices converted to the primary-market currency
sub_totalstringSubtotal in the primary-market currency
total_pricestringTotal price in the primary-market currency
total_discountstringTotal discount in the primary-market currency
total_taxstringTotal tax in the primary-market currency
total_shippingstringTotal shipping in the primary-market currency
actual_ratestringExchange rate applied
primary_market_currencystringThe primary-market currency code
pricestringUnit price in the primary-market currency (line-item level)
compare_at_pricestringCompare-at price in the primary-market currency (line-item level)
totalstringLine total (price x quantity) in the primary-market currency (line-item level)
]tracking_items object[]
List of tracking items in this fulfillment
Array [tracking_companystringLogistics company
tracking_company_codestringLogistics company code
tracking_numberstringTracking number
tracking_urlstringTracking URL
]tracking_companystringLogistics company name. See
tracking_itemsfor multiple tracking numberstracking_company_codestringLogistics company code. See
tracking_itemsfor multiple tracking numberstracking_numberstringTracking number. See
tracking_itemsfor multiple tracking numberstracking_urlstringTracking URL. See
tracking_itemsfor multiple tracking numbers]location_line object
Merchant's warehouse address
location_idstringIdentifier for the associated location
location_namestringName of the location, such as a store or warehouse
first_namestringContact first name
last_namestringContact last name
phonestringContact phone number
emailstringContact email
countrystringCountry
country_codestringCountry code
provincestringProvince
province_codestringProvince code
areastringArea
citystringCity
addressstringAddress
address1stringAddress line
companystringCompany
zipstringZIP code
latitudestringLatitude
longitudestringLongitude
additional_prices object[]
The detail list of additional charges
Array [biz_idstringBusiness ID
namestringName of the additional charge
fee_titlestringCustom charge name
pricestringAmount of the additional charge
]
{
"order": {
"id": "string",
"number": "string",
"note": "string",
"financial_status": "string",
"status": "string",
"cancel_reason": "string",
"canceled_at": "string",
"payment_method": "string",
"fulfillment_status": "string",
"customer_note": "string",
"buyer_accepts_marketing": true,
"currency": "string",
"tags": "string",
"sub_total": "string",
"total_discount": "string",
"total_tax": "string",
"total_shipping": "string",
"total_price": "string",
"duty_total": "string",
"total_tip_received": "string",
"discount_applications": "string",
"created_at": "string",
"updated_at": "string",
"customer_deleted_at": "string",
"deleted_at": "string",
"placed_at": "string",
"closed_at": "string",
"browser_ip": "string",
"landing_site": "string",
"last_landing_url": "string",
"config": "string",
"checkout_url": "string",
"refer_info": "string",
"sales_platform": "string",
"order_type": 0,
"product_tax_included": true,
"additional_total": "string",
"shipping_tax_total": "string",
"shipping_tax_type": 0,
"total_paid": "string",
"real_total_paid": "string",
"total_refund_price": "string",
"customer": {
"id": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"order_count": 0,
"total_spent": "string",
"created_at": "string",
"updated_at": "string"
},
"shipping_address": {
"first_name": "string",
"last_name": "string",
"name": "string",
"address1": "string",
"address2": "string",
"city": "string",
"area": "string",
"province": "string",
"province_code": "string",
"country": "string",
"country_code": "string",
"zip": "string",
"phone": "string",
"phone_area_code": "string",
"company": "string",
"latitude": "string",
"longitude": "string",
"email": "string",
"extra_info": {
"cpf": "string",
"tax_text": "string",
"short_address": "string",
"addition": {}
}
},
"billing_address": {
"first_name": "string",
"last_name": "string",
"name": "string",
"address1": "string",
"address2": "string",
"city": "string",
"area": "string",
"province": "string",
"province_code": "string",
"country": "string",
"country_code": "string",
"zip": "string",
"phone": "string",
"phone_area_code": "string",
"company": "string",
"latitude": "string",
"longitude": "string",
"email": "string",
"extra_info": {
"cpf": "string",
"tax_text": "string",
"short_address": "string",
"addition": {}
}
},
"line_items": [
{
"id": "string",
"product_id": "string",
"variant_id": "string",
"product_title": "string",
"variant_title": "string",
"product_handle": "string",
"product_url": "string",
"sku": "string",
"spu": "string",
"quantity": 0,
"price": "string",
"compare_at_price": "string",
"total": "string",
"duty_price": "string",
"payment_discount_price": "string",
"discount_applications": "string",
"fulfillment_status": "string",
"requires_shipping": true,
"weight": "string",
"weight_unit": "string",
"image": "string",
"note": "string",
"vendor": "string",
"properties": [
{
"name": "string",
"value": "string"
}
],
"custom_properties": {},
"shipped_quantity": 0,
"main_currency_prices": {
"sub_total": "string",
"total_price": "string",
"total_discount": "string",
"total_tax": "string",
"total_shipping": "string",
"actual_rate": "string",
"primary_market_currency": "string",
"price": "string",
"compare_at_price": "string",
"total": "string"
}
}
],
"main_currency_prices": {
"sub_total": "string",
"total_price": "string",
"total_discount": "string",
"total_tax": "string",
"total_shipping": "string",
"actual_rate": "string",
"primary_market_currency": "string",
"price": "string",
"compare_at_price": "string",
"total": "string"
},
"payment_line": {
"id": "string",
"payment_channel": "string",
"payment_method": "string",
"transaction_no": "string",
"credit_card_number": "string",
"merchant_email": "string",
"desc": "string",
"merchant_id": "string",
"paid_total": "string"
},
"payment_lines": [
{
"id": "string",
"payment_channel": "string",
"payment_method": "string",
"transaction_no": "string",
"credit_card_number": "string",
"merchant_email": "string",
"desc": "string",
"merchant_id": "string",
"paid_total": "string"
}
],
"shipping_line": {
"name": "string",
"desc": "string",
"delivery_method": 0,
"extra_info": "string"
},
"fulfillments": [
{
"id": "string",
"order_id": "string",
"status": "string",
"created_at": "string",
"updated_at": "string",
"line_items": [
{
"id": "string",
"product_id": "string",
"variant_id": "string",
"product_title": "string",
"variant_title": "string",
"product_handle": "string",
"product_url": "string",
"sku": "string",
"spu": "string",
"quantity": 0,
"price": "string",
"compare_at_price": "string",
"total": "string",
"duty_price": "string",
"payment_discount_price": "string",
"discount_applications": "string",
"fulfillment_status": "string",
"requires_shipping": true,
"weight": "string",
"weight_unit": "string",
"image": "string",
"note": "string",
"vendor": "string",
"properties": [
{
"name": "string",
"value": "string"
}
],
"custom_properties": {},
"shipped_quantity": 0,
"main_currency_prices": {
"sub_total": "string",
"total_price": "string",
"total_discount": "string",
"total_tax": "string",
"total_shipping": "string",
"actual_rate": "string",
"primary_market_currency": "string",
"price": "string",
"compare_at_price": "string",
"total": "string"
}
}
],
"tracking_items": [
{
"tracking_company": "string",
"tracking_company_code": "string",
"tracking_number": "string",
"tracking_url": "string"
}
],
"tracking_company": "string",
"tracking_company_code": "string",
"tracking_number": "string",
"tracking_url": "string"
}
],
"location_line": {
"location_id": "string",
"location_name": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "string",
"country": "string",
"country_code": "string",
"province": "string",
"province_code": "string",
"area": "string",
"city": "string",
"address": "string",
"address1": "string",
"company": "string",
"zip": "string",
"latitude": "string",
"longitude": "string"
},
"additional_prices": [
{
"biz_id": "string",
"name": "string",
"fee_title": "string",
"price": "string"
}
]
}
}