Order Cancel Notification Webhook

This webhook request notifies recipients an order was canceled 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 cancel

string
required

Specifies the event identifier.

Example

FAAS_ORDER_CANCEL_ACK

date-time
required

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

Example

2022-05-16T04:20:09.944Z

2021-11-3T00:00:00Z

string
required

Specifies the identifier representing an order from the tenant.

Example

MAK4231-1

string

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 a valid store or location number.

Example

120442

string

Specifies the user identifier of individual triggering the cancellation.

Example

r0o00tx

date-time

Specifies the timestamp of when the individual triggered the cancellation.

Example

2018-04-05T17:31:00Z

status
object
required

Specifies an object for status.

Response
200

FAAS_ORDER_CANCEL_ACK webhook sent successfully

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