Can't edit a customer's extra
field
#227
Unanswered
joaquin-alonso
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating a customer via API by doing a
POST
to/customers
, I can easily set custom data with theextra
field. E.g.:However, I'm not able to edit this info with a
PUT
to/customers/:customerId
. I tried using this body, but the data inextra
is not being edited.Beta Was this translation helpful? Give feedback.
All reactions