Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28 - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

4

dist/cjs/src/api-model/api/vendor-orders-api.js

@@ -126,3 +126,3 @@ "use strict";

* 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).
* @param {SubmitAcknowledgementRequest} body
* @param {SubmitAcknowledgementRequest} body The request body containing the acknowledgement to an order
* @param {*} [options] Override http request option.

@@ -197,3 +197,3 @@ * @throws {RequiredError}

* 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).
* @param {SubmitAcknowledgementRequest} body
* @param {SubmitAcknowledgementRequest} body The request body containing the acknowledgement to an order
* @param {*} [options] Override http request option.

@@ -200,0 +200,0 @@ * @throws {RequiredError}

@@ -120,3 +120,3 @@ /* tslint:disable */

* 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).
* @param {SubmitAcknowledgementRequest} body
* @param {SubmitAcknowledgementRequest} body The request body containing the acknowledgement to an order
* @param {*} [options] Override http request option.

@@ -190,3 +190,3 @@ * @throws {RequiredError}

* 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).
* @param {SubmitAcknowledgementRequest} body
* @param {SubmitAcknowledgementRequest} body The request body containing the acknowledgement to an order
* @param {*} [options] Override http request option.

@@ -193,0 +193,0 @@ * @throws {RequiredError}

@@ -48,3 +48,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).
* @param {SubmitAcknowledgementRequest} body
* @param {SubmitAcknowledgementRequest} body The request body containing the acknowledgement to an order
* @param {*} [options] Override http request option.

@@ -83,3 +83,3 @@ * @throws {RequiredError}

* 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).
* @param {SubmitAcknowledgementRequest} body
* @param {SubmitAcknowledgementRequest} body The request body containing the acknowledgement to an order
* @param {*} [options] Override http request option.

@@ -192,3 +192,3 @@ * @throws {RequiredError}

/**
*
* The request body containing the acknowledgement to an order
* @type {SubmitAcknowledgementRequest}

@@ -195,0 +195,0 @@ * @memberof VendorOrdersApiSubmitAcknowledgement

@@ -12,3 +12,2 @@ /**

*/
/// <reference types="node" />
import type { Configuration } from "./configuration";

@@ -15,0 +14,0 @@ import type { RequestArgs } from "./base";

@@ -13,3 +13,3 @@ /**

/**
*
* The details of the products the vendor has configured as customizable.
* @export

@@ -16,0 +16,0 @@ * @interface BuyerCustomizedInfoDetail

@@ -19,3 +19,3 @@ /**

/**
*
* An array of Error objects representing individual errors encountered during the request.
* @type {Array<Error>}

@@ -22,0 +22,0 @@ * @memberof ErrorList

@@ -14,3 +14,3 @@ /**

/**
*
* Details of an individual item within the order being acknowledged.
* @export

@@ -17,0 +17,0 @@ * @interface OrderItemAcknowledgement

@@ -19,3 +19,3 @@ /**

/**
*
* An item within an order
* @export

@@ -22,0 +22,0 @@ * @interface OrderItem

@@ -15,3 +15,3 @@ /**

/**
*
* A list of purchase orders.
* @export

@@ -28,3 +28,3 @@ * @interface OrderList

/**
*
* Represents a purchase order within the OrderList.
* @type {Array<Order>}

@@ -31,0 +31,0 @@ * @memberof OrderList

@@ -14,3 +14,3 @@ /**

/**
*
* Represents a purchase order.
* @export

@@ -17,0 +17,0 @@ * @interface Order

@@ -13,3 +13,3 @@ /**

/**
*
* The pagination elements required to retrieve the remaining data.
* @export

@@ -16,0 +16,0 @@ * @interface Pagination

@@ -15,3 +15,3 @@ /**

/**
*
* Name, address and tax details of a party.
* @export

@@ -18,0 +18,0 @@ * @interface PartyIdentification

@@ -14,3 +14,3 @@ /**

/**
*
* The tax details related to the order.
* @export

@@ -17,0 +17,0 @@ * @interface TaxDetails

@@ -13,3 +13,3 @@ /**

/**
*
* Response containing the transaction ID.
* @export

@@ -16,0 +16,0 @@ * @interface TransactionId

@@ -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.2.1",
"version": "2.3.0",
"main": "dist/cjs/index.js",

@@ -22,3 +22,3 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/common": "2.0.9",
"@sp-api-sdk/common": "2.0.10",
"axios": "^1.7.2"

@@ -45,3 +45,3 @@ },

],
"gitHead": "cce8c720364baf071322463e8e3ed29c322cc93a"
"gitHead": "c646647a684e625c54e35ff8c141791efd60417c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc