Skip to content

Commit

Permalink
Regenerate from latest upstream models
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Dec 27, 2024
1 parent 0c36229 commit 8aed0f2
Show file tree
Hide file tree
Showing 397 changed files with 12,311 additions and 5,305 deletions.
1,437 changes: 1,420 additions & 17 deletions resources/models/raw/seller/amazon-warehousing-distribution/v2024-05-09.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@
"$ref": "#/components/schemas/ErrorList"
}
}
},
"x-amzn-api-sandbox": {
"static": [
{
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Application is not enrolled for rotation notification. Please update application notification preference in Developer console."
}
]
}
}
]
}
},
"403": {
Expand Down
8 changes: 5 additions & 3 deletions resources/models/raw/seller/catalog-items/v2022-04-01.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.1",
"info": {
"title": "Selling Partner API for Catalog Items",
"title": "Catalog Items v2022-04-01",
"description": "The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog.\n\nFor more information, refer to the [Catalog Items API Use Case Guide](doc:catalog-items-api-v2022-04-01-use-case-guide).",
"contact": {
"name": "Selling Partner API Developer Support",
Expand All @@ -22,8 +22,9 @@
"/catalog/2022-04-01/items": {
"get": {
"tags": [
"catalog"
"Catalog Items"
],
"summary": "searchCatalogItems",
"description": "Search for and return a list of Amazon catalog items and associated information either by identifier or by keywords.\n\n**Usage Plans:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 2 | 2 |\n\nThe `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 observe higher rate and burst values than those shown here. For more information, refer to the [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
"operationId": "searchCatalogItems",
"parameters": [
Expand Down Expand Up @@ -1766,8 +1767,9 @@
"/catalog/2022-04-01/items/{asin}": {
"get": {
"tags": [
"catalog"
"Catalog Items"
],
"summary": "getCatalogItem",
"description": "Retrieves details for an item in the Amazon catalog.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 2 | 2 |\n\nThe `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 observe higher rate and burst values than those shown here. For more information, refer to the [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
"operationId": "getCatalogItem",
"parameters": [
Expand Down
2 changes: 1 addition & 1 deletion resources/models/raw/seller/easy-ship/v2022-03-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@
"tags": [
"easyShip"
],
"description": "This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)).\n\nDevelopers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. \n\nRegarding the shipping label's file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly.\n\nThis operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn't be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn't process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action.\n\nThe table below displays the supported request and burst maximum rates:\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nThe `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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
"description": "This operation automatically schedules a time slot for all specified `amazonOrderId` values and generates the associated shipping labels and compliance documents based on the marketplace. For more information, refer to the [marketplace support table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table).\n\nYou can optionally assign a `packageDetails` object to input a preferred time slot for each order in your request. In such cases, Amazon schedules the respective packages using the specified optional settings. If you don't specify a time slot, Amazon assigns the earliest available time slot. \n\nYou can choose PDF or ZPL for your shipping label's file format and Amazon creates the label accordingly.\n\nThis operation returns an array that contains the scheduled packages, and a temporary URL that you can use to access a ZIP file. The ZIP file includes the generated shipping labels and any other documents that are required for your marketplace. If an order can't be scheduled, Amazon adds the `rejectedOrders` list in the response. The response contains an entry for each order that could not be processed. Each entry contains an error message that describes the reason for the failure.\n\nThe following table contains the supported request and burst maximum rates:\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 5 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might 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).",
"operationId": "createScheduledPackageBulk",
"requestBody": {
"description": "The request schema for the `createScheduledPackageBulk` operation.",
Expand Down
Loading

0 comments on commit 8aed0f2

Please sign in to comment.