UNPKG

@sp-api-sdk/fulfillment-inbound-api-v0

Version:

The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.

36 lines (35 loc) 1.52 kB
/** * Selling Partner API for Fulfillment Inbound * The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon\'s fulfillment network. * * The version of the OpenAPI document: v0 * * * 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, see the Seller Central Help for your marketplace. * @export * @enum {string} */ export declare const PrepInstruction: { readonly Polybagging: "Polybagging"; readonly BubbleWrapping: "BubbleWrapping"; readonly Taping: "Taping"; readonly BlackShrinkWrapping: "BlackShrinkWrapping"; readonly Labeling: "Labeling"; readonly HangGarment: "HangGarment"; readonly SetCreation: "SetCreation"; readonly Boxing: "Boxing"; readonly RemoveFromHanger: "RemoveFromHanger"; readonly Debundle: "Debundle"; readonly SuffocationStickering: "SuffocationStickering"; readonly CapSealing: "CapSealing"; readonly SetStickering: "SetStickering"; readonly BlankStickering: "BlankStickering"; readonly ShipsInProductPackaging: "ShipsInProductPackaging"; readonly NoPrep: "NoPrep"; }; export type PrepInstruction = typeof PrepInstruction[keyof typeof PrepInstruction];