Skip to content

Commit

Permalink
OrdersApiV0 - add GB_VOEC to OrderItemV0 deemedResellerCategory field
Browse files Browse the repository at this point in the history
  • Loading branch information
magik092 committed Jul 27, 2022
1 parent 5067862 commit 3da7150
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ output
.idea
config.json
generate.php
generate.sh
openapitools.json
composer.lock
migrate.php
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-com-pl/amazon-selling-partner-api-php",
"description": "Amazon Selling Partner API PHP Client",
"version": "1.33",
"version": "1.34",
"autoload": {
"psr-4": {
"Webcom\\Amazon\\Rest\\": "src"
Expand Down
6 changes: 3 additions & 3 deletions src/ModelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
*/

/**
* Selling Partner API for Retail Procurement Transaction Status
* Selling Partner API for Catalog Items
*
* The Selling Partner API for Retail Procurement Transaction Status provides programmatic access to status information on specific asynchronous POST transactions for vendors.
* The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
*
* The version of the OpenAPI document: v1
* The version of the OpenAPI document: v0
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.0.0
Expand Down
2 changes: 2 additions & 0 deletions src/OrdersApiV0/Model/OrderItemV0.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public function getModelName()

const DEEMED_RESELLER_CATEGORY_IOSS = 'IOSS';
const DEEMED_RESELLER_CATEGORY_UOSS = 'UOSS';
const DEEMED_RESELLER_CATEGORY_GB_VOEC = 'GB_VOEC';



Expand All @@ -345,6 +346,7 @@ public function getDeemedResellerCategoryAllowableValues()
return [
self::DEEMED_RESELLER_CATEGORY_IOSS,
self::DEEMED_RESELLER_CATEGORY_UOSS,
self::DEEMED_RESELLER_CATEGORY_GB_VOEC,
];
}

Expand Down

0 comments on commit 3da7150

Please sign in to comment.