A response that contains the reference identifier for the newly created or updated outbound order. This includes an order ID.

OutboundOrderReference

interface OutboundOrderReference {
    orderId: string;
}

Properties

Properties

orderId: string

outbound order ID.

OutboundOrderReference