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
1
Versions
58
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.0.3 to 2.1.0

7

dist/types/src/api-model/api/vendor-orders-api.d.ts

@@ -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"
}
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