Order Create Notification Webhook

This webhook request notifies recipients that a new order was created in Store Assist.

Use of this webhook requires the integrator to provide an endpoint. Webhook events are published to client-provided endpoints.

Body Params

Request for order create

string
required

Specifies the event identifier.

Example

FAAS_ORDER_CREATE_ACK

date-time
required

Specifies the date-timestamp of generated time event, in ISO 8601 format.

Example

2023-11-07T13:00:00+00:00

2022-05-16T04:20:09.944Z

string
required

Specifies the identifier representing an order from the tenant.

Example

MAK4231-1

string
required

Specifies the identifier for the customer order.

A single customer order (CO) identifier can have multiple purchase order (PO) numbers.

Example

MAK4231

string
required

Specifies a representation of the channel or source of order (order originator).

Example

Walmart

string
required

Specifies the a valid store or location number.

Example

120442

date-time

Specifies the date-timestamp of order deadline or due date, in ISO 8601 format.

Example

2023-11-07T13:00:00+00:00

2022-05-29T00:00:00.000Z

date-time

Specifies the date-timestamp of pick deadline or due date, in ISO 8601 format.

Example

2023-11-07T13:00:00+00:00

2022-05-16T04:19:40.000Z

date-time

Specifies the date-timestamp of pack deadline or due date, in ISO 8601 format.

Example

2023-11-07T13:00:00+00:00

2022-05-16T04:00:40.000Z

status
object
required

Specifies an object for status.

Response
200

FAAS_ORDER_CREATE_ACK webhook sent successfully

Language
Response
Click Try It! to start a request and see the response here!