UNPKG

mws-zodane-advanced

Version:

fixed throtal resend

45 lines (37 loc) 993 B
const generateEndpoints = require('./endpoints-utils'); const categoryName = 'FulfillmentInboundShipment'; const apiVersion = '2010-10-01'; const endpointList = [ 'GetInboundGuidanceForSKU', 'GetInboundGuidanceForASIN', 'CreateInboundShipmentPlan', 'CreateInboundShipment', 'UpdateInboundShipment', 'GetPreorderInfo', 'ConfirmPreorder', 'GetPrepInstructionsForSKU', 'GetPrepInstructionsForASIN', 'PutTransportContent', 'EstimateTransportRequest', 'GetTransportContent', 'ConfirmTransportRequest', 'VoidTransportRequest', 'GetPackageLabels', 'GetUniquePackageLabels', 'GetPalletLabels', 'GetBillOfLading', 'ListInboundShipments', 'ListInboundShipmentsByNextToken', 'ListInboundShipmentItems', 'ListInboundShipmentItemsByNextToken', 'GetServiceStatus', ]; /** * @private */ const endpoints = generateEndpoints( categoryName, apiVersion, endpointList, ); module.exports = endpoints;