UNPKG

@shipengine/connect-order-source-api

Version:

This is the typescript/javascript definitions for the order source api

22 lines (21 loc) 1.01 kB
export * from './accept-sales-order-items-response'; export * from './acknowledge-orders-response'; export * from './bad-request-response'; export * from './cancel-sales-order-items-response'; export * from './external-server-error-response'; export * from './get-connection-context-response'; export * from './get-packing-slip-template-response'; export * from './get-products-response'; export * from './internal-server-error-response'; export * from './notification-status-response'; export * from './rate-limit-response'; export * from './register-delivery-options-response'; export * from './reject-sales-order-items-response'; export * from './remove-delivery-options-response'; export * from './sales-orders-export-response'; export * from './shipment-notification-response'; export * from './unauthorized-response'; export * from './verify-delivery-options-response'; export * from './get-source-details-response'; export * from './inventory-push-response'; export * from './inventory-fetch-response';