latestOpenAPI 3.0.02026-08-105585620.8 KB

18e2f2e178dd

Approval Sheets API

Approve a design

Uses the confirm hash of an approval sheet to approve a design and remove the hold on an order

post/approval-sheets

Query parameters

confirm_hashstring required

The confirm hash for the approval sheet you would like to approve.

Headers

X-PF-Store-Idstring

Use this to specify which store you want to use (required only for account level token).

The store IDs can be retrieved with the Get basic information about stores endpoint.

Request body

status'approved' required

Example request

{
  "status": "approved"
}

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200,
  "result": {
    "message": "Design approval submitted successfully"
  }
}