Why do Tags and Notes not get added when creating customers in Shopify?
My recipe uses an action to create customer in Shopify. The customer gets created fine except that the tags and notes are not added.
Input includes:
Tags:Member
Output includes:
tags: ,
Similar for notes. Input is present but output is null.
Best Answer
A
Amanda Wong
said
almost 7 years ago
Hi Saul,
It seems like Shopify's API does not allow customers to be created with Tags or Note detail. These details would have to be updated for an existing customer record.
The recommendation is to 1) create the customer without the Tags and Note, then add a separate action to 2) update the customer with Tags and Note information.
Answer
Amanda Wong
said
almost 7 years ago
Hi Saul,
It seems like Shopify's API does not allow customers to be created with Tags or Note detail. These details would have to be updated for an existing customer record.
The recommendation is to 1) create the customer without the Tags and Note, then add a separate action to 2) update the customer with Tags and Note information.
Saul Macht
Why do Tags and Notes not get added when creating customers in Shopify?
My recipe uses an action to create customer in Shopify. The customer gets created fine except that the tags and notes are not added.
Input includes:
Tags: Member
Output includes:
tags: ,
Similar for notes. Input is present but output is null.
Hi Saul,
It seems like Shopify's API does not allow customers to be created with Tags or Note detail. These details would have to be updated for an existing customer record.
The recommendation is to 1) create the customer without the Tags and Note, then add a separate action to 2) update the customer with Tags and Note information.
Amanda Wong
Hi Saul,
It seems like Shopify's API does not allow customers to be created with Tags or Note detail. These details would have to be updated for an existing customer record.
The recommendation is to 1) create the customer without the Tags and Note, then add a separate action to 2) update the customer with Tags and Note information.