@teemill/fulfillments
v1.44.0
Published
OpenAPI client for @teemill/fulfillments
Readme
@teemill/[email protected]
This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:
Environment
- Node.js
- Webpack
- Browserify
Language level
- ES5 - you must have a Promises/A+ library installed
- ES6
Module system
- CommonJS
- ES6 module system
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)
Building
To build and compile the typescript sources to javascript use:
npm install
npm run buildPublishing
First build the package then run npm publish
Consuming
navigate to the folder of your consuming project and run one of the following commands.
published:
npm install @teemill/[email protected] --saveunPublished (not recommended):
npm install PATH_TO_GENERATED_PACKAGE --saveDocumentation for API Endpoints
All URIs are relative to https://api.localhost:8080
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- FulfillmentsApi | cancelShipment | DELETE /v1/fulfillments/{fulfillmentId}/shipment | Cancel shipment FulfillmentsApi | createChatChannel | POST /v1/fulfillments/{fulfillmentId}/chat-channel | Create chat channel FulfillmentsApi | createShipment | POST /v1/fulfillments/{fulfillmentId}/shipment | Create shipment FulfillmentsApi | exportFulfillments | GET /v1/fulfillments/export | Export fulfillments FulfillmentsApi | exportMetrics | GET /v1/fulfillments/metrics/export | Export metrics FulfillmentsApi | getFulfillment | GET /v1/fulfillments/{fulfillmentId} | Get fulfillment FulfillmentsApi | getLog | GET /v1/fulfillments/{fulfillmentId}/logs/{logId} | Get log FulfillmentsApi | getLogs | GET /v1/fulfillments/{fulfillmentId}/logs | Get action logs FulfillmentsApi | getShipment | GET /v1/fulfillments/{fulfillmentId}/shipment | Get shipment FulfillmentsApi | listAvailableShippingMethods | GET /v1/fulfillments/{fulfillmentId}/available-shipping-methods | List available shipping methods FulfillmentsApi | listFulfillments | GET /v1/fulfillments | List fulfillments FulfillmentsApi | listProductTypes | GET /v1/fulfillments/product-types | List product types FulfillmentsApi | listTechnologies | GET /v1/fulfillments/technologies | List technologies FulfillmentsApi | splitFulfillment | POST /v1/fulfillments/{fulfillmentId}/split | Split fulfillment FulfillmentsApi | updateFulfillment | PATCH /v1/fulfillments/{fulfillmentId} | Update fulfillment FulfillmentsApi | updateFulfillmentStyleApplication | PATCH /v1/fulfillments/styles/{styleId}/applications/{applicationId} | Update a fulfillment style application PackslipsApi | getPackslip | GET /v1/fulfillments/{fulfillmentId}/packslips/{packslipId} | Get a packslip PackslipsApi | printPackslip | GET /v1/fulfillments/{fulfillmentId}/packslips/{packslipId}/print | Print a packslip
Documentation For Models
- Address
- ApiError
- Application
- AttachedFile
- ContactInformation
- CreateChatChannel200Response
- DeliveryEstimates
- ExportFulfillments202Response
- Fulfillment
- FulfillmentAddressState
- FulfillmentItem
- FulfillmentLogs
- FulfillmentPackslip
- FulfillmentsResponse
- ListAvailableShippingMethods200Response
- ListProductTypes200Response
- ListTechnologies200Response
- Log
- PackingInstructions
- PackingNote
- Platform
- Price
- PrintArea
- PriorityLevel
- ProductType
- QualityCheck
- Shipment
- ShippingMethod
- SplitFulfillmentRequest
- Status
- StatusHistoryItem
- Technology
- Tracking
- UpdateFulfillmentRequest
- UpdateFulfillmentStyleApplicationRequest
Documentation For Authorization
Authentication schemes defined for the API:
api-key
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
session-oauth
- Type: OAuth
- Flow: password
- Authorization URL:
- Scopes: N/A
