<!-- NOTICE: GitHub is not a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, please use official support channels. --> ### Summary `useCustomMutation` and `useCustomQuery` hooks don't forward `body` and `parameters`. It was broken by this PR: https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2092/files ### Steps To Reproduce `args.body` and `args.parameters` are missed here: https://github.com/SalesforceCommerceCloud/pwa-kit/blob/bf71973ed5b922d359cc5cc45b5ca11c356724b0/packages/commerce-sdk-react/src/hooks/helpers.ts#L65 ### Expected result `body` and `parameters` are forwarded ### Actual result `body` and `parameters` are not forwarded ### System Information (as applicable) **Browser**: Chrome **Node version**: v22.15.0 **pwa-kit version**: v3.9.1 **Desktop OS**: MacOS ### Additional information It was broken and fixed previously in this way:  It looks like the same changes are required again.