The details of a shipment. Includes the shipment status.

Shipment

interface MerchantFulfillmentApiModelShipment {
    AmazonOrderId: string;
    CreatedDate: string;
    Insurance: MerchantFulfillmentApiModelCurrencyAmount;
    ItemList: MerchantFulfillmentApiModelItem[];
    Label: MerchantFulfillmentApiModelLabel;
    LastUpdatedDate?: string;
    PackageDimensions: MerchantFulfillmentApiModelPackageDimensions;
    SellerOrderId?: string;
    ShipFromAddress: MerchantFulfillmentApiModelAddress;
    ShipmentId: string;
    ShippingService: MerchantFulfillmentApiModelShippingService;
    ShipToAddress: MerchantFulfillmentApiModelAddress;
    Status:
        | MerchantFulfillmentApiModelShipmentStatus
        | "Purchased"
        | "RefundPending"
        | "RefundRejected"
        | "RefundApplied";
    TrackingId?: string;
    Weight: MerchantFulfillmentApiModelWeight;
}

Properties

AmazonOrderId: string

An Amazon-defined order identifier, in 3-7-7 format.

Shipment

CreatedDate: string

Date-time formatted timestamp.

Shipment

Shipment

The list of items you want to include in a shipment.

Shipment

Shipment

LastUpdatedDate?: string

Date-time formatted timestamp.

Shipment

Shipment

SellerOrderId?: string

A seller-defined order identifier.

Shipment

Shipment

ShipmentId: string

An Amazon-defined shipment identifier.

Shipment

Shipment

Shipment

Status:
    | MerchantFulfillmentApiModelShipmentStatus
    | "Purchased"
    | "RefundPending"
    | "RefundRejected"
    | "RefundApplied"

Shipment

TrackingId?: string

The shipment tracking identifier provided by the carrier.

Shipment

Shipment

MMNEPVFCICPMFPCPTTAAATR