@sp-api-sdk/fulfillment-outbound-api-2020-07-01
Version:
The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon's fulfillment network. You can get information on both potential and existing fulfill
54 lines (53 loc) • 1.59 kB
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* Selling Partner APIs for Fulfillment Outbound
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
*
* The version of the OpenAPI document: 2020-07-01
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* The event code for the delivery event.
* @export
* @enum {string}
*/
export const EventCode = {
Event101: 'EVENT_101',
Event102: 'EVENT_102',
Event201: 'EVENT_201',
Event202: 'EVENT_202',
Event203: 'EVENT_203',
Event204: 'EVENT_204',
Event205: 'EVENT_205',
Event206: 'EVENT_206',
Event301: 'EVENT_301',
Event302: 'EVENT_302',
Event304: 'EVENT_304',
Event306: 'EVENT_306',
Event307: 'EVENT_307',
Event308: 'EVENT_308',
Event309: 'EVENT_309',
Event401: 'EVENT_401',
Event402: 'EVENT_402',
Event403: 'EVENT_403',
Event404: 'EVENT_404',
Event405: 'EVENT_405',
Event406: 'EVENT_406',
Event407: 'EVENT_407',
Event408: 'EVENT_408',
Event409: 'EVENT_409',
Event411: 'EVENT_411',
Event412: 'EVENT_412',
Event413: 'EVENT_413',
Event414: 'EVENT_414',
Event415: 'EVENT_415',
Event416: 'EVENT_416',
Event417: 'EVENT_417',
Event418: 'EVENT_418',
Event419: 'EVENT_419'
};