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

Export

AutomatedShippingSettings

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

Properties

AutomatedCarrier?: string

Auto-generated carrier for SSA orders.

Memberof

AutomatedShippingSettings

AutomatedShipMethod?: string

Auto-generated ship method for SSA orders.

Memberof

AutomatedShippingSettings

HasAutomatedShippingSettings?: boolean

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

Memberof

AutomatedShippingSettings