πŸ‡ΈπŸ‡¨Create Order

Creating a new order

Create Order

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

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

billing_address

object

shipping_address*

object

customer*

object

line_items*

array

response_type

string

normal - Response order data

production_note

string

This is my code in some language:

Last updated