latestOpenAPI 3.0.02026-08-105585620.8 KB
18e2f2e178dd
Store Information API
Change packing slip
Modifies packing slip information of the currently authorized Printful store.
post/store/packing-slip
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
{
"email": "your-name@your-domain.com",
"phone": "+371 28888888",
"message": "Message on packing slip",
"logo_url": "http://www.your-domain.com/packing-logo.png",
"store_name": "Your store name",
"custom_order_id": "kkk2344lm"
}Response
OK
Example response
{
"code": 200,
"result": {
"packing_slip": {
"email": "your-name@your-domain.com",
"phone": "+371 28888888",
"message": "Message on packing slip",
"logo_url": "http://www.your-domain.com/packing-logo.png",
"store_name": "Your store name",
"custom_order_id": "kkk2344lm"
}
}
}