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

    Interface AutomatedShippingSettings

    Contains information regarding the Shipping Settings Automation program, such as whether the order's shipping settings were generated automatically, and what those settings are.

    interface AutomatedShippingSettings {
        AutomatedCarrier?: string;
        AutomatedShipMethod?: string;
        HasAutomatedShippingSettings?: boolean;
    }
    Index

    Properties

    AutomatedCarrier?: string

    Auto-generated carrier for SSA orders.

    AutomatedShipMethod?: string

    Auto-generated ship method for SSA orders.

    HasAutomatedShippingSettings?: boolean

    When true, this order has automated shipping settings generated by Amazon. This order could be identified as an SSA order.