What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... :: Quarter: 4
Month: December :: Quarter: 4
Now what if your year starts in August? You can do this:
// let's say financial year starts in August
v_MonthStart = 8;
for each v_Month in l_Months
{
v_Quarter ...
... an attribute value
SELECT
CAST(CAST(Event_XML AS XML).query('data(/STAFF/CURRENT_EMPLOYEE/@financialyear)') AS INT(4)) AS FinancialYear
FROM
[dbo].[XML_EVENTS]
-- Returns attribute "financialyear" ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.