Shopify themes, liquid, logos, and UX
I am trying to add the eBay order ID on invoices from eBay orders. I know where to put it, just need to know what liquid variable it is.
Solved! Go to the solution
This is an accepted solution.
I tried that, would not work
But this did:
{% assign my_variable = order.attributes | split: ',' %}
<h2>eBay Order Receipt #{{ my_variable[1] | slice: 39,14 }}</h2>
Hello @SandrasStitchS1 How are you doing today ?
In Shopify, you can access the eBay order ID using the following Liquid variable:
order.name
However, this will give you the Shopify order name, which includes the eBay order ID, but also other information.
To get only the eBay order ID, you can use:
order.ebay_order_id
This variable is specific to eBay orders and will give you the eBay order ID.
Make sure to check the Shopify documentation for any updates or changes to Liquid variables.
Also, keep in mind that you need to have the eBay integration enabled in your Shopify store and have synced your eBay orders to access this variable.
If its helpful please Like & Accept as Solution
This is an accepted solution.
I tried that, would not work
But this did:
{% assign my_variable = order.attributes | split: ',' %}
<h2>eBay Order Receipt #{{ my_variable[1] | slice: 39,14 }}</h2>
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024