Amazon order information. This is required if the shipment source channel is Amazon.

AmazonOrderDetails

interface AmazonOrderDetails {
    orderId: string;
}

Properties

Properties

orderId: string

The Amazon order ID associated with the Amazon order fulfilled by this shipment.

AmazonOrderDetails