@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -14,2 +14,3 @@ /** | ||
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
import globalAxios from 'axios'; | ||
import { RequestArgs, BaseAPI } from '../base'; | ||
@@ -210,3 +211,3 @@ import { Order } from '../models'; | ||
*/ | ||
getOrder(requestParameters: VendorOrdersApiGetOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>; | ||
getOrder(requestParameters: VendorOrdersApiGetOrderRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<Order, any>>; | ||
/** | ||
@@ -219,3 +220,3 @@ * Returns a list of purchase orders created during the time frame that you specify. You define the time frame using the createdAfter and createdBefore parameters. You must use both parameters. You can choose to get only the purchase order numbers by setting the includeDetails parameter to false. In that case, the operation returns a list of purchase order numbers. You can then call the getOrder operation to return the details of a specific order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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 then 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). | ||
*/ | ||
getOrders(requestParameters: VendorOrdersApiGetOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderList, any>>; | ||
getOrders(requestParameters: VendorOrdersApiGetOrdersRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<OrderList, any>>; | ||
/** | ||
@@ -228,3 +229,3 @@ * Submits acknowledgements for one or more purchase orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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 then 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). | ||
*/ | ||
submitAcknowledgement(requestParameters: VendorOrdersApiSubmitAcknowledgementRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionId, any>>; | ||
submitAcknowledgement(requestParameters: VendorOrdersApiSubmitAcknowledgementRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<TransactionId, any>>; | ||
} |
@@ -19,3 +19,3 @@ /** | ||
/** | ||
* The name of the person, business or institution at that address. | ||
* The name of the person, business or institution at that address. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -26,3 +26,3 @@ * @memberof Address | ||
/** | ||
* The attention name of the person at that address. | ||
* The attention name of the person at that address. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -33,3 +33,3 @@ * @memberof Address | ||
/** | ||
* First line of the address. | ||
* First line of the address. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -40,3 +40,3 @@ * @memberof Address | ||
/** | ||
* Additional address information, if required. | ||
* Additional address information, if required. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -47,3 +47,3 @@ * @memberof Address | ||
/** | ||
* Additional address information, if required. | ||
* Additional address information, if required. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -54,3 +54,3 @@ * @memberof Address | ||
/** | ||
* The city where the person, business or institution is located. | ||
* The city where the person, business or institution is located. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -61,3 +61,3 @@ * @memberof Address | ||
/** | ||
* The county where person, business or institution is located. | ||
* The county where person, business or institution is located. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -68,3 +68,3 @@ * @memberof Address | ||
/** | ||
* The district where person, business or institution is located. | ||
* The district where person, business or institution is located. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -93,3 +93,3 @@ * @memberof Address | ||
/** | ||
* The phone number of the person, business or institution located at that address. | ||
* The phone number of the person, business or institution located at that address. For Amazon label only vendors, this field will have the value `xxxxx` within the object `shipToParty`. | ||
* @type {string} | ||
@@ -96,0 +96,0 @@ * @memberof Address |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor's order data.", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169716
3762
58
3
6
2
17
+ Added@sp-api-sdk/auth@2.0.4(transitive)
+ Added@sp-api-sdk/common@2.0.4(transitive)
+ Addedaxios-retry@4.5.0(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@sp-api-sdk/auth@2.0.3(transitive)
- Removed@sp-api-sdk/common@2.0.3(transitive)
- Removedaxios-retry@3.9.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
Updated@sp-api-sdk/common@2.0.4