Sending Customer Information
nostojs(api => {
api.customer({
email: "[email protected]",
first_name: "Jane",
last_name: "Doe",
marketing_permission: true,
customer_reference: "5e3d4a9c-cf58-11ea-87d0-0242ac130003"
})
});Last updated
Was this helpful?