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

    OrdersApi - object-oriented interface

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalconfiguration: Configuration
      • basePath: string = BASE_PATH
      • axios: AxiosInstance = globalAxios

      Returns OrdersApi

    Properties

    axios: AxiosInstance = globalAxios
    basePath: string = BASE_PATH
    configuration: Configuration | undefined

    Methods

    • Returns the order that you specify. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API documentation.

      Parameters

      • requestParameters: OrdersApiGetOrderRequest

        Request parameters.

      • Optionaloptions: RawAxiosRequestConfig

        Override http request option.

      Returns Promise<AxiosResponse<GetOrderResponse, any, {}>>

    • Returns orders created or updated during the time period that you specify. You can filter the response for specific types of orders. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 0.0056 | 20 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API documentation.

      Parameters

      • requestParameters: OrdersApiSearchOrdersRequest = {}

        Request parameters.

      • Optionaloptions: RawAxiosRequestConfig

        Override http request option.

      Returns Promise<AxiosResponse<SearchOrdersResponse, any, {}>>