@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.
38 lines (37 loc) • 1.41 kB
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrepInstruction = void 0;
/**
* 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.
*/
exports.PrepInstruction = {
Polybagging: 'Polybagging',
BubbleWrapping: 'BubbleWrapping',
Taping: 'Taping',
BlackShrinkWrapping: 'BlackShrinkWrapping',
Labeling: 'Labeling',
HangGarment: 'HangGarment',
SetCreation: 'SetCreation',
Boxing: 'Boxing',
RemoveFromHanger: 'RemoveFromHanger',
Debundle: 'Debundle',
SuffocationStickering: 'SuffocationStickering',
CapSealing: 'CapSealing',
SetStickering: 'SetStickering',
BlankStickering: 'BlankStickering',
ShipsInProductPackaging: 'ShipsInProductPackaging',
NoPrep: 'NoPrep'
};