Order Amend Lines Notification Webhook

This webhook request notifies recipients that all or part of an order line item was canceled.

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_AMENDLINES_ACK

date-time
required

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

Example

2022-05-16T04:20:09.944Z

string
required

Specifies the identifier representing an order from the tenant.

Example

MAK4231-1

string
required

Specifies an 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 valid store or location number

Example

120442

string
required

Specifies an identifier for the request.

Example

4231-dcba-9786-qetwry

status
object
required

Specifies an object for status.

Response
200

FAAS_ORDER_AMENDLINES_ACK webhook sent successfully

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