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

    The state and country from where the item is shipped.

    interface ShipsFromType {
        Country?: string;
        State?: string;
    }
    Index

    Properties

    Properties

    Country?: string

    The country from where the item is shipped.

    State?: string

    The state from where the item is shipped.