Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get multiple shipment labels by it’s identifieridentifiers.

Resource URL

Cluster

URL

Australia

https://api.bbamastro.com

...

...

Type

Name

Description

Schema

Query

endPage

optional

${swagger.param.shipment.end_page}

integer (int32)

Query

labelType

optional

Fill the value with "thermal" to get thermal label, otherwise get plain paper

string

Query

startPage

optional

${swagger.param.shipment.start_page}

integer (int32)

Body

shipmentIdToPrint

optional

Array of shipment identifiers

< string > array

label

Parameters

Request Payload

Field

Data Type

Required

Description

String[]

Yes

Array of shipment ids

Request Payload Sample

Code Block
[
  "6333c78ac052b10001c99398"
]

Responses

HTTP Code

Description

Schema

200

OK

string (byte)

201

Created

No Content

401

Unauthorized

No Content

403

Forbidden

No Content

404

Not Found

No Content

Definitions

mykey

Type: apiKey

Name: Authorization

...