Selling Partner API SDK for JavaScript
    Preparing search index...

    Contains information pertaining to the placement of the contents of an inbound plan and the related costs.

    interface PlacementOption {
        discounts: Incentive[];
        expiration?: string;
        fees: Incentive[];
        placementOptionId: string;
        shipmentIds: string[];
        status: string;
    }
    Index

    Properties

    discounts: Incentive[]

    Discount for the offered option.

    expiration?: string

    The expiration date of the placement option. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ss.sssZ.

    fees: Incentive[]

    The fee for the offered option.

    placementOptionId: string

    The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.

    shipmentIds: string[]

    Shipment ids.

    status: string

    The status of a placement option. Possible values: OFFERED, ACCEPTED, EXPIRED.