π§Cancel Order
Update Order
PUT https://app.pgprints.io/api/v1/order/cancel
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
Request Body
Name
Type
Description
orderId*
string
pgcOrderId or orderId
// example body
{
"orderId": "G-20035"
}
This is my code in some language:
Last updated