UNPKG

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

Version:

With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon's Buy Shipping Services.

37 lines (36 loc) 1.36 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * Selling Partner API for Merchant Fulfillment * With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon\'s Buy Shipping Services. * * 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.DangerousGoodsDetailsPackingInstructionEnum = exports.DangerousGoodsDetailsPackingGroupEnum = void 0; exports.DangerousGoodsDetailsPackingGroupEnum = { I: 'I', Ii: 'II', Iii: 'III' }; exports.DangerousGoodsDetailsPackingInstructionEnum = { Pi965SectionIa: 'PI965_SECTION_IA', Pi965SectionIb: 'PI965_SECTION_IB', Pi965SectionIi: 'PI965_SECTION_II', Pi966SectionI: 'PI966_SECTION_I', Pi966SectionIi: 'PI966_SECTION_II', Pi967SectionI: 'PI967_SECTION_I', Pi967SectionIi: 'PI967_SECTION_II', Pi968SectionIa: 'PI968_SECTION_IA', Pi968SectionIb: 'PI968_SECTION_IB', Pi969SectionI: 'PI969_SECTION_I', Pi969SectionIi: 'PI969_SECTION_II', Pi970SectionI: 'PI970_SECTION_I', Pi970SectionIi: 'PI970_SECTION_II' };