# How to remove additional details from ShipStation shipping labels

When you install Littledata, we add a data layer and tracking script to all the store pages to pass unique identifiers to ensure a consistent user journey tracking.

When Littledata collects these details (clientId,sessionID), we send them to the checkout responsible for processing the order (e.g. Recharge, Shopify).

We "tell" these processors to always add these details first in the Additional Details field before adding any other information, but never to overwrite any info that might be present there. You'll see these details on the right side of a single order page in Shopify under the ***Additional Details*** section:

![](https://3956158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1QhTbrMraNWciQeDvu1b%2Fuploads%2Fgit-blob-74fa8aa578d7db09069df5a9d99fc18f7cd9aee0%2Fscreenshot-2023-02-02-at-3.23.37-pm.png?alt=media)

By default, some shipping apps like ShipStation automatically and erroneously add these fields to your packing slips/shipping labels buyer notes.

To remove these, you will need to edit the template that is being used for the shipping label. And here are the steps to do that:

* Go to your ShipStation account, click the cog in the top right-hand corner and navigate to your settings:

![](https://3956158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1QhTbrMraNWciQeDvu1b%2Fuploads%2Fgit-blob-bf181b166f7625f80840d256535733f95ad0e687%2Fscreenshot-2023-02-02-at-3.29.44-pm.png?alt=media)

* Navigate to **Email Templates > Packing Slips**:

![](https://3956158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1QhTbrMraNWciQeDvu1b%2Fuploads%2Fgit-blob-5f6b64f1b22293f3676d0e76428a4bb5c0272f9e%2Fscreenshot-2023-02-02-at-3.30.57-pm.png?alt=media)

* Select the packing slip template and search for the area that contains the **Note From Buyer** tag, and delete the tag:

![](https://3956158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1QhTbrMraNWciQeDvu1b%2Fuploads%2Fgit-blob-ac01904da84f034e48242a1724eaa33f9cbfc512%2Fscreenshot-2023-02-02-at-3.32.33-pm.png?alt=media)

If you are using a different fulfillement app, the same steps apply as long as it allows you to edit the HTML of the shipping template.

{% hint style="info" %}
If for some reason you do not want to remove the **Note from Buyer** tag, you have the option to manually edit these notes on ShipStation.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.littledata.io/advanced/troubleshooting/remove-additional-details-from-shipstation-shipping-labels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
