UNPKG

@sp-api-sdk/shipment-invoicing-api-v0

Version:

The Selling Partner API for Shipment Invoicing helps you programmatically retrieve shipment invoice information in the Brazil marketplace for a selling partner’s Fulfillment by Amazon (FBA) orders.

28 lines (27 loc) 841 B
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * Selling Partner API for Shipment Invoicing * The Selling Partner API for Shipment Invoicing helps you programmatically retrieve shipment invoice information in the Brazil marketplace for a selling partner’s Fulfillment by Amazon (FBA) orders. * * 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.ShipmentInvoiceStatus = void 0; /** * The shipment invoice status. * @export * @enum {string} */ exports.ShipmentInvoiceStatus = { Processing: 'Processing', Accepted: 'Accepted', Errored: 'Errored', NotFound: 'NotFound' };