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

    Interface OrdersApiGetOrderItemsBuyerInfoRequest

    Request parameters for getOrderItemsBuyerInfo operation in OrdersApi.

    interface OrdersApiGetOrderItemsBuyerInfoRequest {
        nextToken?: string;
        orderId: string;
    }
    Index

    Properties

    Properties

    nextToken?: string

    A string token returned in the response of your previous request.

    orderId: string

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