App Cycle
Note
Order Fulfilment
Order Placement
order.created
, will be triggered and sent over to the Order Fulfilment App, with shipment status being pending
. That sent data can then be processed to assign the orders to multi-shipping Apps.Webhook Payload order.created
List Shipping Apps Endpoint
Assign Shipments Body Request
Assign Shipments Response
At this step, the Order Fulfilment App has all the required information received from the Event Name Merchant ID who installed the application on their store. Get details on the Merchant via the ID using the endpoint here Timestamp of webhook creation Detailed structure of the Order model object showing its fields and data types. A unique alphanumeric code or identifier assigned to a specific order. List of orders can be found here A unique alphanumeric code or identifier assigned to a specific order cart. A specific alphanumeric identifier associated with an order. Customer and Admin urls. Date and Time of the order. The source of the order. Whether or not the order 's status is set to Whether or not the Merchant has read the order The machine or device used when the customer placed the order. Order source details.
order.created
webhook event and is now able to process the splitting of orders to the shipping Apps. The following payload is correspondent to when the order.created
event is fired.Payload
Response
Orders Webhook Events Model
event
enum<string>
optional
Allowed values:
order.createdorder.updatedorder.refundedorder.deletedorder.products.updatedorder.payment.updatedorder.coupon.updatedorder.total.price.updatedorder.shipping.address.updatedorder.cancelledorder.customer.updated
merchant
number
optional
created_at
string
optional
data
object (Order)
optional
id
number
required
cart_reference_id
number
required
reference_id
number
required
urls
object (Urls)
required
date
object (Date)
required
updated_at
object (Date)
required
source
enum<string>
required
Allowed values:
storelandingforgotten_basketabandoned-cartcampaigndashboardbuy_as_giftmahly-appbuy_nowone-clickcomplete_order
draft
boolean
required
draft
read
boolean
required
source_device
string
required
source_details
object
required
status
object