UNPKG

@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

53 lines (52 loc) 1.92 kB
/** * 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 declare const EventCode: { readonly Event101: "EVENT_101"; readonly Event102: "EVENT_102"; readonly Event201: "EVENT_201"; readonly Event202: "EVENT_202"; readonly Event203: "EVENT_203"; readonly Event204: "EVENT_204"; readonly Event205: "EVENT_205"; readonly Event206: "EVENT_206"; readonly Event301: "EVENT_301"; readonly Event302: "EVENT_302"; readonly Event304: "EVENT_304"; readonly Event306: "EVENT_306"; readonly Event307: "EVENT_307"; readonly Event308: "EVENT_308"; readonly Event309: "EVENT_309"; readonly Event401: "EVENT_401"; readonly Event402: "EVENT_402"; readonly Event403: "EVENT_403"; readonly Event404: "EVENT_404"; readonly Event405: "EVENT_405"; readonly Event406: "EVENT_406"; readonly Event407: "EVENT_407"; readonly Event408: "EVENT_408"; readonly Event409: "EVENT_409"; readonly Event411: "EVENT_411"; readonly Event412: "EVENT_412"; readonly Event413: "EVENT_413"; readonly Event414: "EVENT_414"; readonly Event415: "EVENT_415"; readonly Event416: "EVENT_416"; readonly Event417: "EVENT_417"; readonly Event418: "EVENT_418"; readonly Event419: "EVENT_419"; }; export type EventCode = typeof EventCode[keyof typeof EventCode];