We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e59ca commit dba2539Copy full SHA for dba2539
1 file changed
data/shopify/operations/customer.ts
@@ -189,8 +189,8 @@ const updateDefaultAddress = async (
189
190
/**
191
* Updates one or more metafields on the customer.
192
- * @param options - The variables for the customer update mutation, including metafields and customer ID.
193
- * @returns A Promise resolving to the customerUpdate payload.
+ * @param options - The variables for the customer update mutation, (customer ID, customer metafields)
+ * @returns A Promise resolving to the customerUpdate payload
194
* @see https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/customerUpdate
195
*/
196
const updateMetafields = async (
0 commit comments