- POST requests to Shopify APIs must now include a Content-Length or Transfer-Encoding: chunked header, otherwise a 411 error is returned.
- Update client libraries and custom integrations to add the required header, as older implementations may not include it automatically.
- The change aligns with RFC 7230 to mitigate request smuggling vulnerabilities.