latestOpenAPI 3.0.02026-08-105585620.8 KB
18e2f2e178dd
Approval Sheets API
Submit changes to an approval sheet
Use this to submit alternative changes to a design that has an approval sheet
post/approval-sheets/changes
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
Example request
{
"message": "The design needs to be aligned to the left",
"files": [
{
"url": "example.com"
}
]
}Response
OK
Example response
{
"code": 200,
"result": {
"id": 2,
"status": "waiting_for_action",
"confirm_hash": "a14e51714be01f98487fcf5131727d31",
"submitted_design": "https://s3.staging.printful.com/upload/approval-design/ae/ae7b3d3e965c238b3e5c1a4e15696f07_l",
"recommended_design": "https://s3.staging.printful.com/upload/approval-design/aa/aaf9e1c6b32cb7a2c04d2746108d4124_l",
"approval_sheet": "https://www.printful.test/dashboard/order/download-approval-sheet-pdf?confirmationHash=13aa35854bfc67a85b7ce231aef2ae8"
}
}