🧁Update Order Label

Update Order Label

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

Update an order

Headers

Name
Type
Description

Content-Type*

string

application/json

X-PGPrints-Store-Id*

string

use the Store ID taken from the Manage Keys

X-PGPrints-Hmac-Sha256*

string

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

This is my code in some language:

Last updated