@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
47 lines (46 loc) • 1.4 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.
*/
/**
* Additional location information.
* @export
* @enum {string}
*/
export const AdditionalLocationInfo = {
AsInstructed: 'AS_INSTRUCTED',
Carport: 'CARPORT',
CustomerPickup: 'CUSTOMER_PICKUP',
Deck: 'DECK',
DoorPerson: 'DOOR_PERSON',
FrontDesk: 'FRONT_DESK',
FrontDoor: 'FRONT_DOOR',
Garage: 'GARAGE',
Guard: 'GUARD',
MailRoom: 'MAIL_ROOM',
MailSlot: 'MAIL_SLOT',
Mailbox: 'MAILBOX',
McBoy: 'MC_BOY',
McGirl: 'MC_GIRL',
McMan: 'MC_MAN',
McWoman: 'MC_WOMAN',
Neighbor: 'NEIGHBOR',
Office: 'OFFICE',
Outbuilding: 'OUTBUILDING',
Patio: 'PATIO',
Porch: 'PORCH',
RearDoor: 'REAR_DOOR',
Receptionist: 'RECEPTIONIST',
Receiver: 'RECEIVER',
SecureLocation: 'SECURE_LOCATION',
SideDoor: 'SIDE_DOOR'
};