Skip to main content
GET
/
api
/
v1
/
Orders
/
PackingSlip
Gets a packing slip
curl --request GET \
  --url https://api.example.com/api/v1/Orders/PackingSlip \
  --header 'Authorization: <api-key>'
{
  "isSuccess": true,
  "message": "<string>",
  "payload": {
    "packingSlipId": 123,
    "packingSlipName": "<string>",
    "orderingCode": "<string>",
    "orderingName": "<string>",
    "layoutCode": "<string>",
    "layoutName": "<string>",
    "useBrandLogo": true,
    "imageData": "aSDinaTvuI8gbWludGxpZnk=",
    "marketingMessage": "<string>",
    "creationDate": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "lastUpdateDate": "2023-11-07T05:31:56Z",
    "lastUpdatedBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Query Parameters

packingSlipId
string
required
Minimum string length: 2

Response

200 - application/json

Returns the list of packing Slips

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object