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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.