@sp-api-sdk/fulfillment-inbound-api-2024-03-20
Version:
The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user inte
36 lines (35 loc) • 1.7 kB
TypeScript
/**
* The Selling Partner API for FBA inbound operations.
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
*
* The version of the OpenAPI document: 2024-03-20
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Preparation instructions for shipping an item to Amazon\'s fulfillment network. For more information about preparing items for shipment to Amazon\'s fulfillment network, refer to [Seller Central Help for your marketplace](https://developer-docs.amazon.com/sp-api/docs/seller-central-urls).
* @export
* @enum {string}
*/
export declare const PrepType: {
readonly ItemBlackShrinkwrap: "ITEM_BLACK_SHRINKWRAP";
readonly ItemBlankstk: "ITEM_BLANKSTK";
readonly ItemBoxing: "ITEM_BOXING";
readonly ItemBubblewrap: "ITEM_BUBBLEWRAP";
readonly ItemCapSealing: "ITEM_CAP_SEALING";
readonly ItemDebundle: "ITEM_DEBUNDLE";
readonly ItemHangGarment: "ITEM_HANG_GARMENT";
readonly ItemLabeling: "ITEM_LABELING";
readonly ItemNoPrep: "ITEM_NO_PREP";
readonly ItemPolybagging: "ITEM_POLYBAGGING";
readonly ItemRmovhang: "ITEM_RMOVHANG";
readonly ItemSetcreat: "ITEM_SETCREAT";
readonly ItemSetstk: "ITEM_SETSTK";
readonly ItemSioc: "ITEM_SIOC";
readonly ItemSuffostk: "ITEM_SUFFOSTK";
readonly ItemTaping: "ITEM_TAPING";
};
export type PrepType = typeof PrepType[keyof typeof PrepType];