Skip to content

Commit

Permalink
feat: feat: update usage plan rates and rate tables in orders, produc…
Browse files Browse the repository at this point in the history
…t fees, product pricing

Co-authored-by: nguyentoanit <nguyentoandev@gmail.com>
  • Loading branch information
github-actions[bot] and nguyentoanit authored May 13, 2021
1 parent 2b38de9 commit 1f9d563
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 84 deletions.
4 changes: 2 additions & 2 deletions src/api-models/catalog-items-api-model/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ export interface QualifiersType {
*/
ShippingTime: ShippingTimeType;
/**
* (98-100%, 95-97%, 90-94%, 80-89%, 70-79%, Less than 70%, or Just launched ) Indicates the percentage of feedback ratings that were positive over the past 12 months.
* (98-100%, 95-97%, 90-94%, 80-89%, 70-79%, Less than 70%, or Just launched ) Indicates the percentage of feedback ratings that were positive over the past 12 months.
* @type {string}
* @memberof QualifiersType
*/
Expand Down Expand Up @@ -1189,7 +1189,7 @@ export interface SellerSKUIdentifier {
*/
export interface ShippingTimeType {
/**
* (0-2 days, 3-7 days, 8-13 days, or 14 or more days) Indicates the maximum time within which the item will likely be shipped once an order has been placed.
* (0-2 days, 3-7 days, 8-13 days, or 14 or more days) Indicates the maximum time within which the item will likely be shipped once an order has been placed.
* @type {string}
* @memberof ShippingTimeType
*/
Expand Down
8 changes: 4 additions & 4 deletions src/api-models/fulfillment-inbound-api-model/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration?: Configur
};
},
/**
* Adds, updates, or removes items from the inbound shipment identified by the specified shipment identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
* @param {InboundShipmentRequest} body
* @param {*} [options] Override http request option.
Expand Down Expand Up @@ -3065,7 +3065,7 @@ export const FbaInboundApiFp = function(configuration?: Configuration) {
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
/**
* Adds, updates, or removes items from the inbound shipment identified by the specified shipment identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
* @param {InboundShipmentRequest} body
* @param {*} [options] Override http request option.
Expand Down Expand Up @@ -3258,7 +3258,7 @@ export const FbaInboundApiFactory = function (configuration?: Configuration, bas
return localVarFp.putTransportDetails(shipmentId, body, options).then((request) => request(axios, basePath));
},
/**
* Adds, updates, or removes items from the inbound shipment identified by the specified shipment identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
* @param {InboundShipmentRequest} body
* @param {*} [options] Override http request option.
Expand Down Expand Up @@ -3886,7 +3886,7 @@ export class FbaInboundApi extends BaseAPI {
}

/**
* Adds, updates, or removes items from the inbound shipment identified by the specified shipment identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
* @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down
3 changes: 3 additions & 0 deletions src/api-models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ export {
SalesRankType as ProductPricingApiModelSalesRankType,
PriceType as ProductPricingApiModelPriceType,
OfferType as ProductPricingApiModelOfferType,
OfferCustomerType as ProductPricingApiModelOfferCustomerType,
QuantityDiscountPriceType as ProductPricingApiModelQuantityDiscountPriceType,
QuantityDiscountType as ProductPricingApiModelQuantityDiscountType,
Points as ProductPricingApiModelPoints,
ConditionType as ProductPricingApiModelConditionType,
ItemIdentifier as ProductPricingApiModelItemIdentifier,
Expand Down
Loading

0 comments on commit 1f9d563

Please sign in to comment.