Closed natewaddoups closed 5 months ago
There's a bigger problem here - the createCustomer mutation expects an object with camelCased properties, but the shopify-api-node library requires an object with snake_cased properties.
Reopening the PR because the createCustomer mutation works with both snake_case and camelCase, so the existing property names are just fine.
Thank you.
I suspect that "multipass_identifier: null" was never the intent...