@plasma-platform/tm-service-delivery

1.1.3 • Public • Published

Documentation

Table of Contents

DeliveryService

messages

object with class service messages

getDeliveriesByOrderId

Get deliveries by order id

Parameters

Examples

(async () => {
  const service = new DeliveryService(url, token);
  const request = await service.getDeliveriesByOrderId(params);
})();

Returns Promise<any>

getDeliveryByProductId

DeliveryService - Get delivery by order and product ID

Parameters

Examples

(async () => {
  const service = new DeliveryService(url, token);
  const request = await service.getDeliveryByProductId(params);
})();

Returns Promise<any>

Package Sidebar

Install

npm i @plasma-platform/tm-service-delivery

Weekly Downloads

1

Version

1.1.3

License

CC-BY-4.0

Unpacked Size

1.58 MB

Total Files

36

Last publish

Collaborators

  • alienmonster
  • ch-tm
  • viram