Packing Slip Order "Additional details" Fields

Packing Slip Order "Additional details" Fields

harpstcg
Shopify Partner
8 0 3

Hello,

 

I am using the Shopify Marketplace Connect app to sync my eBay orders to my Shopify. This works great, but my main issue is the packing slips do not have any details from eBay. I wanted to update my packing slip to contain the eBay order id in place of the Shopify order id, however, I cannot figure out how to do this.

 

When I click into an order on shopify it has a field called "eBay Order Id" under "Additional details". I have tried printing all the attributes that show up there in many different ways from other posts here but none of them show anything. Here is what I currently added to try and show these extra fields:

 

<p>Test:</p>
{% for order_attribute in order.attributes %}
<div>
{{ order_attribute|first }}: {{ order_attribute|last }}
</div>
{% endfor %}
<p>Test 2:</p>
{% for cart_attribute in cart.attributes %}
<div>
{{ cart_attribute|first }}: {{ cart_attribute|last }}
</div>
{% endfor %}
<p>Test 3:</p>
{% for attribute in attributes %}
<div>
{{ attribute|first }}: {{ attribute|last }}
</div>
{% endfor %}

 

Every single option from all 3 tests do not print any attributes even though there are attributes on the order:

harpstcg_0-1732146008242.png

 

How can I access the Additional detail information on the packing slips?

Replies 2 (2)

bmac
Excursionist
10 0 13

Did you ever find a solution? I'm not using a third party app like you are but I too am unable to display on my packing slip any info I've collected under additional details.

harpstcg
Shopify Partner
8 0 3

Yeah there is an app made by shopify that you have to use for printing the packing slips to get that info: https://apps.shopify.com/shopify-order-printer

Not available on the normal packing slip so the print shipping label with packing slip doesnt work unfortunately.