---
title: "Change packing slip"
method: POST
path: "/store/packing-slip"
tags: ["Store Information API"]
---

# Change packing slip

`POST /store/packing-slip`

Modifies packing slip information of the currently authorized Printful store.

## Headers

- `X-PF-Store-Id` string

## Request body

- union — Custom packing slip for this order. Example of a packing slip with explained fields can be found [here](#packing-slip).
  - object
    - `email` string, required — Customer service email
    - `phone` string — Customer service phone
    - `message` string — Custom packing slip message
    - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
    - `store_name` string — Store name override for the return address
    - `custom_order_id` string — Your own Order ID that will be printed instead of Printful's Order ID
  - object
    - `email` string — Customer service email
    - `phone` string, required — Customer service phone
    - `message` string — Custom packing slip message
    - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
    - `store_name` string — Store name override for the return address
    - `custom_order_id` string — Your own Order ID that will be printed instead of Printful's Order ID
  - object
    - `email` string — Customer service email
    - `phone` string — Customer service phone
    - `message` string, required — Custom packing slip message
    - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
    - `store_name` string — Store name override for the return address
    - `custom_order_id` string — Your own Order ID that will be printed instead of Printful's Order ID
  - object
    - `email` string — Customer service email
    - `phone` string — Customer service phone
    - `message` string — Custom packing slip message
    - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
    - `store_name` string — Store name override for the return address
    - `custom_order_id` string, required — Your own Order ID that will be printed instead of Printful's Order ID

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` object
    - `packing_slip` union — Custom packing slip for this order. Example of a packing slip with explained fields can be found [here](#packing-slip).
      - object
        - `email` string, required — Customer service email
        - `phone` string — Customer service phone
        - `message` string — Custom packing slip message
        - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
        - `store_name` string — Store name override for the return address
        - `custom_order_id` string — Your own Order ID that will be printed instead of Printful's Order ID
      - object
        - `email` string — Customer service email
        - `phone` string, required — Customer service phone
        - `message` string — Custom packing slip message
        - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
        - `store_name` string — Store name override for the return address
        - `custom_order_id` string — Your own Order ID that will be printed instead of Printful's Order ID
      - object
        - `email` string — Customer service email
        - `phone` string — Customer service phone
        - `message` string, required — Custom packing slip message
        - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
        - `store_name` string — Store name override for the return address
        - `custom_order_id` string — Your own Order ID that will be printed instead of Printful's Order ID
      - object
        - `email` string — Customer service email
        - `phone` string — Customer service phone
        - `message` string — Custom packing slip message
        - `logo_url` string — URL address to a sticker we will put on a package. The provided image is converted to grayscale/1-bit monochrome image.
        - `store_name` string — Store name override for the return address
        - `custom_order_id` string, required — Your own Order ID that will be printed instead of Printful's Order ID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/printful/apis/api-documentation-printful.md) · [All operations](https://skmtc.net/printful/apis/api-documentation-printful/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printful/api-documentation-printful/revisions/18e2f2e178dd/schema)
