1.6.3 • Published 2 years ago

@plasma-platform/service-delivery v1.6.3

Weekly downloads
40
License
CC-BY-4.0
Repository
gitlab
Last release
2 years ago

version nextVersion downloads license dependency


Full documentation
install:
npm i @plasma-platform/service-delivery -S

Short documentation

Table of Contents

DeliveryService

messages

object with class service messages

Type: object

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>

getDeliveriesByOrdersIds

DeliveryService - Get delivery by orders ids

Parameters

  • params object
    • params.order_ids string IDs of orders.
    • params.fields string fields in response.

Examples

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

Returns Promise<any>

getCountDownloadsProduct

DeliveryService - Count downloads product

Parameters

Examples

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

Returns Promise<any>

1.6.3

2 years ago

1.6.2

3 years ago

1.6.1

4 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.4.0-alpha.0

6 years ago

1.3.16

6 years ago

1.3.17-alpha.0

6 years ago

1.3.16-alpha.0

6 years ago

1.3.15

6 years ago

1.3.15-alpha.0

6 years ago

1.3.14-alpha.0

6 years ago

1.3.13

6 years ago

1.3.12

6 years ago

1.3.11

6 years ago

1.3.11-alpha.0

6 years ago

1.3.10-alpha.0

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.5.0-alpha.0

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago