Skip to content

Commit

Permalink
feat: add bulk scheduled packages in easy ship model (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: nguyentoanit <nguyentoanit@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nguyentoanit authored Aug 22, 2022
1 parent 65b9af9 commit 0d79fd2
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 32 deletions.
203 changes: 190 additions & 13 deletions src/api-models/easy-ship-model/api.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/api-models/easy-ship-model/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable */
/**
* Selling Partner API for Easy Ship
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easy-ship-api-v2022-03-23-use-case-guide) for the differences in Easy Ship operations by marketplace.
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
*
* The version of the OpenAPI document: 2022-03-23
* Contact: marketplaceapitest@amazon.com
Expand Down
2 changes: 1 addition & 1 deletion src/api-models/easy-ship-model/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable */
/**
* Selling Partner API for Easy Ship
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easy-ship-api-v2022-03-23-use-case-guide) for the differences in Easy Ship operations by marketplace.
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
*
* The version of the OpenAPI document: 2022-03-23
* Contact: marketplaceapitest@amazon.com
Expand Down
2 changes: 1 addition & 1 deletion src/api-models/easy-ship-model/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable */
/**
* Selling Partner API for Easy Ship
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easy-ship-api-v2022-03-23-use-case-guide) for the differences in Easy Ship operations by marketplace.
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
*
* The version of the OpenAPI document: 2022-03-23
* Contact: marketplaceapitest@amazon.com
Expand Down
2 changes: 1 addition & 1 deletion src/api-models/easy-ship-model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable */
/**
* Selling Partner API for Easy Ship
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easy-ship-api-v2022-03-23-use-case-guide) for the differences in Easy Ship operations by marketplace.
* The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](doc:easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
*
* The version of the OpenAPI document: 2022-03-23
* Contact: marketplaceapitest@amazon.com
Expand Down
6 changes: 6 additions & 0 deletions src/api-models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,27 +171,33 @@ export {
export {
Code as EasyShipModelCode,
HandoverMethod as EasyShipModelHandoverMethod,
LabelFormat as EasyShipModelLabelFormat,
PackageStatus as EasyShipModelPackageStatus,
UnitOfLength as EasyShipModelUnitOfLength,
UnitOfWeight as EasyShipModelUnitOfWeight,
CreateScheduledPackageRequest as EasyShipModelCreateScheduledPackageRequest,
CreateScheduledPackagesRequest as EasyShipModelCreateScheduledPackagesRequest,
CreateScheduledPackagesResponse as EasyShipModelCreateScheduledPackagesResponse,
Dimensions as EasyShipModelDimensions,
ErrorList as EasyShipModelErrorList,
InvoiceData as EasyShipModelInvoiceData,
Item as EasyShipModelItem,
ListHandoverSlotsRequest as EasyShipModelListHandoverSlotsRequest,
ListHandoverSlotsResponse as EasyShipModelListHandoverSlotsResponse,
ModelError as EasyShipModelModelError,
OrderScheduleDetails as EasyShipModelOrderScheduleDetails,
Package as EasyShipModelPackage,
PackageDetails as EasyShipModelPackageDetails,
Packages as EasyShipModelPackages,
RejectedOrder as EasyShipModelRejectedOrder,
ScheduledPackageId as EasyShipModelScheduledPackageId,
TimeSlot as EasyShipModelTimeSlot,
TrackingDetails as EasyShipModelTrackingDetails,
UpdatePackageDetails as EasyShipModelUpdatePackageDetails,
UpdateScheduledPackagesRequest as EasyShipModelUpdateScheduledPackagesRequest,
Weight as EasyShipModelWeight,
EasyShipApiCreateScheduledPackageRequest as EasyShipModelEasyShipApiCreateScheduledPackageRequest,
EasyShipApiCreateScheduledPackageBulkRequest as EasyShipModelEasyShipApiCreateScheduledPackageBulkRequest,
EasyShipApiGetScheduledPackageRequest as EasyShipModelEasyShipApiGetScheduledPackageRequest,
EasyShipApiListHandoverSlotsRequest as EasyShipModelEasyShipApiListHandoverSlotsRequest,
EasyShipApiUpdateScheduledPackagesRequest as EasyShipModelEasyShipApiUpdateScheduledPackagesRequest,
Expand Down
Loading

0 comments on commit 0d79fd2

Please sign in to comment.