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.

33 lines (32 loc) 921 B
/** * 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. */ import type { PrepInstruction } from './prep-instruction'; import type { PrepOwner } from './prep-owner'; /** * Preparation instructions and who is responsible for the preparation. * @export * @interface PrepDetails */ export interface PrepDetails { /** * * @type {PrepInstruction} * @memberof PrepDetails */ 'PrepInstruction': PrepInstruction; /** * * @type {PrepOwner} * @memberof PrepDetails */ 'PrepOwner': PrepOwner; }