πŸ‡ΈπŸ‡¨Create Order Label

Creating a new order

Create Order Label

POST https://app.pgprints.io/app/v1/orders/create-label

Creates a new order

Headers

Name
Type
Description

Content-Type*

string

application/json

X-PGPrints-Hmac-Sha256*

string

X-PGPrints-Store-Id*

string

use the Store ID taken from the Manage Keys

Request Body

Name
Type
Description

order_id*

string

unique identifier for an order

shipping_address_label*

string

billing_address

object

customer*

object

line_items*

array

response_type

string

normal

{
    "name"="Wilson",
    "owner": {
        "id": "sha7891bikojbkreuy",
        "name": "Samuel Passet",
    "species": "Dog",}
    "breed": "Golden Retriever",
}

This is my code in some language:

Last updated