> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/changelog/march-2026/25th-mar-shopify-api-update-initiate-checkout-issue-fixed-googleads-and-woocommerce-auth-and-more.md).

# 25th Mar: Shopify API Update, Initiate Checkout Issue fixed, GoogleAds and WooCommerce Auth and more

### :zap:Improvements

* \[Shopify] - Up-to Date with the Latest Shopify API. The Shopify CRM integration has been updated to use the latest Shopify API version, ensuring full compatibility, access to new features, and more reliable customer data synchronization going forward.
* \[Channel] - Google Ads — Stable Connection on New Tags\
  Newly created tags were intermittently losing their Google Ads authorization due to a token refresh issue. The fix ensures tokens are properly maintained from setup, preventing conversion tracking from being interrupted.
* \[Channel] - Meta De-duplication consistent Timestamps Fixed\
  A timestamp format mismatch between two request methods was causing duplicate `InitiateCheckout` events in Meta. Timestamps are now standardized across all methods, restoring accurate deduplication.
* \[WooCommerce]  CRM — Auth Errors Now Properly Flagged\
  Authorization failures in the WooCommerce CRM were being silently logged as "no action required," making them invisible to support teams. They are now correctly categorized so issues can be spotted and resolved faster.

### :bug: Fixes

* \[Shopify] - The `InitiateCheckout` event wasn't firing when customers clicked on Checkout Button, has been resolved, so every checkout initiation is now captured.
* \[App] -  Data payloads are always properly initialized before being used, preventing rare but disruptive\
  errors that could occur when certain data wasn't available at the expected moment.

### :book: Details

Release day: 25th March 2026\
Release version: 26-10\
Edge version: 13.146.1\
SDK version: 1.48.1


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.edgetag.io/changelog/march-2026/25th-mar-shopify-api-update-initiate-checkout-issue-fixed-googleads-and-woocommerce-auth-and-more.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
