Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface OrderItemsList

    The order items list along with the order ID.

    interface OrderItemsList {
        AmazonOrderId: string;
        NextToken?: string;
        OrderItems: OrderItem[];
    }
    Index
    AmazonOrderId: string

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

    NextToken?: string

    When present and not empty, pass this string token in the next request to return the next response page.

    OrderItems: OrderItem[]

    A list of order items.