@sp-api-sdk/solicitations-api-v1
Advanced tools
Comparing version
@@ -14,2 +14,3 @@ /** | ||
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
import globalAxios from 'axios'; | ||
import { RequestArgs, BaseAPI } from '../base'; | ||
@@ -134,3 +135,3 @@ import { CreateProductReviewAndSellerFeedbackSolicitationResponse } from '../models'; | ||
*/ | ||
createProductReviewAndSellerFeedbackSolicitation(requestParameters: SolicitationsApiCreateProductReviewAndSellerFeedbackSolicitationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateProductReviewAndSellerFeedbackSolicitationResponse, any>>; | ||
createProductReviewAndSellerFeedbackSolicitation(requestParameters: SolicitationsApiCreateProductReviewAndSellerFeedbackSolicitationRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateProductReviewAndSellerFeedbackSolicitationResponse, any>>; | ||
/** | ||
@@ -143,3 +144,3 @@ * Returns a list of solicitation types that are available for an order that you specify. A solicitation type is represented by an actions object, which contains a path and query parameter(s). You can use the path and parameter(s) to call an operation that sends a solicitation. Currently only the productReviewAndSellerFeedbackSolicitation solicitation type is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api). | ||
*/ | ||
getSolicitationActionsForOrder(requestParameters: SolicitationsApiGetSolicitationActionsForOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSolicitationActionsForOrderResponse, any>>; | ||
getSolicitationActionsForOrder(requestParameters: SolicitationsApiGetSolicitationActionsForOrderRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetSolicitationActionsForOrderResponse, any>>; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "With the Solicitations API you can build applications that send non-critical solicitations to buyers. You can get a list of solicitation types that are available for an order that you specify, then call an operation that sends a solicitation to the buyer for that order. Buyers cannot respond to solicitations sent by this API, and these solicitations do not appear in the Messaging section of Seller Central or in the recipient's Message Center. The Solicitations API returns responses that are formed according to the \\<a href=https://tools.ietf.org/html/draft-kelly-json-hal-08>JSON Hypertext Application Language (HAL) standard.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,3 +22,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "2.0.3", | ||
"@sp-api-sdk/common": "2.0.4", | ||
"axios": "^1.6.2" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "c81279baeb662780ae3cb42fb60fa11670fed191" | ||
"gitHead": "96729dd2eabfca855da5eb33f271c0b09b449972" | ||
} |
139408
0.02%2439
0.04%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated