@sp-api-sdk/vendor-orders-api-v1 2.4.2 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,7 +223,7 @@ const VendorOrdersApiAxiosParamCreator = function (configuration) {
223
223
  },
224
224
  /**
225
225
  * 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 preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
226
- * @param {SubmitAcknowledgementRequest} body
226
+ * @param {SubmitAcknowledgementRequest} body Submits acknowledgements for one or more purchase orders from a vendor.
227
227
  * @param {*} [options] Override http request option.
228
228
  * @throws {RequiredError}
229
229
  */
@@ -321,7 +321,7 @@ const VendorOrdersApiFp = function (configuration) {
321
321
  },
322
322
  /**
323
323
  * 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 preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
324
- * @param {SubmitAcknowledgementRequest} body
324
+ * @param {SubmitAcknowledgementRequest} body Submits acknowledgements for one or more purchase orders from a vendor.
325
325
  * @param {*} [options] Override http request option.
326
326
  * @throws {RequiredError}
327
327
  */
@@ -217,7 +217,7 @@ export const VendorOrdersApiAxiosParamCreator = function (configuration) {
217
217
  },
218
218
  /**
219
219
  * 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 preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
220
- * @param {SubmitAcknowledgementRequest} body
220
+ * @param {SubmitAcknowledgementRequest} body Submits acknowledgements for one or more purchase orders from a vendor.
221
221
  * @param {*} [options] Override http request option.
222
222
  * @throws {RequiredError}
223
223
  */
@@ -314,7 +314,7 @@ export const VendorOrdersApiFp = function (configuration) {
314
314
  },
315
315
  /**
316
316
  * 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 preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
317
- * @param {SubmitAcknowledgementRequest} body
317
+ * @param {SubmitAcknowledgementRequest} body Submits acknowledgements for one or more purchase orders from a vendor.
318
318
  * @param {*} [options] Override http request option.
319
319
  * @throws {RequiredError}
320
320
  */
@@ -69,7 +69,7 @@ export declare const VendorOrdersApiAxiosParamCreator: (configuration?: Configur
69
69
  getPurchaseOrdersStatus: (limit?: number, sortOrder?: GetPurchaseOrdersStatusSortOrderEnum, nextToken?: string, createdAfter?: string, createdBefore?: string, updatedAfter?: string, updatedBefore?: string, purchaseOrderNumber?: string, purchaseOrderStatus?: GetPurchaseOrdersStatusPurchaseOrderStatusEnum, itemConfirmationStatus?: GetPurchaseOrdersStatusItemConfirmationStatusEnum, itemReceiveStatus?: GetPurchaseOrdersStatusItemReceiveStatusEnum, orderingVendorCode?: string, shipToPartyId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
70
70
  /**
71
71
  * 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 preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
72
- * @param {SubmitAcknowledgementRequest} body
72
+ * @param {SubmitAcknowledgementRequest} body Submits acknowledgements for one or more purchase orders from a vendor.
73
73
  * @param {*} [options] Override http request option.
74
74
  * @throws {RequiredError}
75
75
  */
@@ -126,7 +126,7 @@ export declare const VendorOrdersApiFp: (configuration?: Configuration) => {
126
126
  getPurchaseOrdersStatus(limit?: number, sortOrder?: GetPurchaseOrdersStatusSortOrderEnum, nextToken?: string, createdAfter?: string, createdBefore?: string, updatedAfter?: string, updatedBefore?: string, purchaseOrderNumber?: string, purchaseOrderStatus?: GetPurchaseOrdersStatusPurchaseOrderStatusEnum, itemConfirmationStatus?: GetPurchaseOrdersStatusItemConfirmationStatusEnum, itemReceiveStatus?: GetPurchaseOrdersStatusItemReceiveStatusEnum, orderingVendorCode?: string, shipToPartyId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPurchaseOrdersStatusResponse>>;
127
127
  /**
128
128
  * 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 preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
129
- * @param {SubmitAcknowledgementRequest} body
129
+ * @param {SubmitAcknowledgementRequest} body Submits acknowledgements for one or more purchase orders from a vendor.
130
130
  * @param {*} [options] Override http request option.
131
131
  * @throws {RequiredError}
132
132
  */
@@ -350,7 +350,7 @@ export interface VendorOrdersApiGetPurchaseOrdersStatusRequest {
350
350
  */
351
351
  export interface VendorOrdersApiSubmitAcknowledgementRequest {
352
352
  /**
353
- *
353
+ * Submits acknowledgements for one or more purchase orders from a vendor.
354
354
  * @type {SubmitAcknowledgementRequest}
355
355
  * @memberof VendorOrdersApiSubmitAcknowledgement
356
356
  */
@@ -12,7 +12,7 @@
12
12
  import type { OrderAcknowledgementItem } from './order-acknowledgement-item';
13
13
  import type { PartyIdentification } from './party-identification';
14
14
  /**
15
- *
15
+ * Represents an acknowledgement for an order, including the purchase order number, selling party details, acknowledgement date, and a list of acknowledged items.
16
16
  * @export
17
17
  * @interface OrderAcknowledgement
18
18
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ItemQuantity } from './item-quantity';
13
13
  /**
14
- *
14
+ * Represents the acknowledgement details for an individual order item, including the acknowledgement code, acknowledged quantity, scheduled ship and delivery dates, and rejection reason (if applicable).
15
15
  * @export
16
16
  * @interface OrderItemAcknowledgement
17
17
  */
@@ -14,7 +14,7 @@ import type { OrderItemStatusAcknowledgementStatus } from './order-item-status-a
14
14
  import type { OrderItemStatusOrderedQuantity } from './order-item-status-ordered-quantity';
15
15
  import type { OrderItemStatusReceivingStatus } from './order-item-status-receiving-status';
16
16
  /**
17
- *
17
+ * Represents the current status of an order item, including acknowledgement and receiving details.
18
18
  * @export
19
19
  * @interface OrderItemStatus
20
20
  */
@@ -12,7 +12,7 @@
12
12
  import type { ItemQuantity } from './item-quantity';
13
13
  import type { Money } from './money';
14
14
  /**
15
- *
15
+ * Represents an individual item in an order, including item details, quantities, pricing, and backorder information.
16
16
  * @export
17
17
  * @interface OrderItem
18
18
  */
@@ -12,7 +12,7 @@
12
12
  import type { OrderStatus } from './order-status';
13
13
  import type { Pagination } from './pagination';
14
14
  /**
15
- *
15
+ * A list of order statuses.
16
16
  * @export
17
17
  * @interface OrderListStatus
18
18
  */
@@ -24,7 +24,7 @@ export interface OrderListStatus {
24
24
  */
25
25
  'pagination'?: Pagination;
26
26
  /**
27
- *
27
+ * Represents an order status within the OrderListStatus.
28
28
  * @type {Array<OrderStatus>}
29
29
  * @memberof OrderListStatus
30
30
  */
@@ -12,7 +12,7 @@
12
12
  import type { Order } from './order';
13
13
  import type { Pagination } from './pagination';
14
14
  /**
15
- *
15
+ * A list of orders returned as response.
16
16
  * @export
17
17
  * @interface OrderList
18
18
  */
@@ -24,7 +24,7 @@ export interface OrderList {
24
24
  */
25
25
  'pagination'?: Pagination;
26
26
  /**
27
- *
27
+ * Represents an individual order within the OrderList.
28
28
  * @type {Array<Order>}
29
29
  * @memberof OrderList
30
30
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { OrderDetails } from './order-details';
13
13
  /**
14
- *
14
+ * Represents an order placed by Amazon, including the purchase order number, current state, and order details.
15
15
  * @export
16
16
  * @interface Order
17
17
  */
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ItemQuantity } from './item-quantity';
13
13
  /**
14
- * Details of item quantity ordered
14
+ * Details of item quantity ordered.
15
15
  * @export
16
16
  * @interface OrderedQuantityDetails
17
17
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The pagination elements required to retrieve the remaining data.
14
14
  * @export
15
15
  * @interface Pagination
16
16
  */
@@ -12,7 +12,7 @@
12
12
  import type { Address } from './address';
13
13
  import type { TaxRegistrationDetails } from './tax-registration-details';
14
14
  /**
15
- *
15
+ * Name, address and tax details of a party.
16
16
  * @export
17
17
  * @interface PartyIdentification
18
18
  */
@@ -17,7 +17,7 @@ import type { OrderAcknowledgement } from './order-acknowledgement';
17
17
  */
18
18
  export interface SubmitAcknowledgementRequest {
19
19
  /**
20
- *
20
+ * An array of order acknowledgements to be submitted.
21
21
  * @type {Array<OrderAcknowledgement>}
22
22
  * @memberof SubmitAcknowledgementRequest
23
23
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * Response containing the transaction ID.
14
14
  * @export
15
15
  * @interface TransactionId
16
16
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-orders-api-v1",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Retail Procurement Orders provides programmatic access to vendor orders data.",
5
- "version": "2.4.2",
5
+ "version": "2.5.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "vendor orders api"
42
42
  ],
43
- "gitHead": "cde6991012a79a8483a72ecb1c71d92087f390a6"
43
+ "gitHead": "709bf500f3a6a5851b204903c5a0ea2afff80d9a"
44
44
  }