A response that contains the reference identifiers for the newly created or updated inbound order. Consists of an order ID and version.

InboundOrderReference

interface InboundOrderReference {
    orderId: string;
    orderVersion: string;
}

Properties

orderId: string

Order ID of the inbound order.

InboundOrderReference

orderVersion: string

Order version of the inbound order.

InboundOrderReference