Selling Partner API SDK for JavaScript
    Preparing search index...
    • ListingsItemsApi - axios parameter creator

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          deleteListingsItem: (
              sellerId: string,
              sku: string,
              marketplaceIds: string[],
              issueLocale?: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getListingsItem: (
              sellerId: string,
              sku: string,
              marketplaceIds: string[],
              issueLocale?: string,
              includedData?: GetListingsItemIncludedDataEnum[],
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          patchListingsItem: (
              sellerId: string,
              sku: string,
              marketplaceIds: string[],
              body: ListingsItemPatchRequest,
              includedData?: PatchListingsItemIncludedDataEnum[],
              mode?: "VALIDATION_PREVIEW",
              issueLocale?: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          putListingsItem: (
              sellerId: string,
              sku: string,
              marketplaceIds: string[],
              body: ListingsItemPutRequest,
              includedData?: PutListingsItemIncludedDataEnum[],
              mode?: "VALIDATION_PREVIEW",
              issueLocale?: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          searchListingsItems: (
              sellerId: string,
              marketplaceIds: string[],
              issueLocale?: string,
              includedData?: SearchListingsItemsIncludedDataEnum[],
              identifiers?: string[],
              identifiersType?: SearchListingsItemsIdentifiersTypeEnum,
              variationParentSku?: string,
              packageHierarchySku?: string,
              createdAfter?: string,
              createdBefore?: string,
              lastUpdatedAfter?: string,
              lastUpdatedBefore?: string,
              withIssueSeverity?: SearchListingsItemsWithIssueSeverityEnum[],
              withStatus?: SearchListingsItemsWithStatusEnum[],
              withoutStatus?: SearchListingsItemsWithoutStatusEnum[],
              sortBy?: SearchListingsItemsSortByEnum,
              sortOrder?: SearchListingsItemsSortOrderEnum,
              pageSize?: number,
              pageToken?: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • deleteListingsItem: (
            sellerId: string,
            sku: string,
            marketplaceIds: string[],
            issueLocale?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Delete a listings item for a selling partner. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can 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.

      • getListingsItem: (
            sellerId: string,
            sku: string,
            marketplaceIds: string[],
            issueLocale?: string,
            includedData?: GetListingsItemIncludedDataEnum[],
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Returns details about a listings item for a selling partner. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can 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.

      • patchListingsItem: (
            sellerId: string,
            sku: string,
            marketplaceIds: string[],
            body: ListingsItemPatchRequest,
            includedData?: PatchListingsItemIncludedDataEnum[],
            mode?: "VALIDATION_PREVIEW",
            issueLocale?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Partially update (patch) a listings item for a selling partner. Only top-level listings item attributes can be patched. Patching nested attributes is not supported. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can 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.

      • putListingsItem: (
            sellerId: string,
            sku: string,
            marketplaceIds: string[],
            body: ListingsItemPutRequest,
            includedData?: PutListingsItemIncludedDataEnum[],
            mode?: "VALIDATION_PREVIEW",
            issueLocale?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Creates a new or fully-updates an existing listings item for a selling partner. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can 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.

      • searchListingsItems: (
            sellerId: string,
            marketplaceIds: string[],
            issueLocale?: string,
            includedData?: SearchListingsItemsIncludedDataEnum[],
            identifiers?: string[],
            identifiersType?: SearchListingsItemsIdentifiersTypeEnum,
            variationParentSku?: string,
            packageHierarchySku?: string,
            createdAfter?: string,
            createdBefore?: string,
            lastUpdatedAfter?: string,
            lastUpdatedBefore?: string,
            withIssueSeverity?: SearchListingsItemsWithIssueSeverityEnum[],
            withStatus?: SearchListingsItemsWithStatusEnum[],
            withoutStatus?: SearchListingsItemsWithoutStatusEnum[],
            sortBy?: SearchListingsItemsSortByEnum,
            sortOrder?: SearchListingsItemsSortOrderEnum,
            pageSize?: number,
            pageToken?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Search for and return a list of selling partner listings items and their respective details. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | 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 might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.