v1

latestSwagger 2.02026-07-17148179252.3 KB
Customers

Creates a Subscriber object.

post/customers/subscribers

Request body

idinteger

The unique numeric ID of the subscriber; increments sequentially.

emailstring

The email of the subscriber. Must be unique.

first_namestring

The first name of the subscriber.

last_namestring

The last name of the subscriber.

sourcestring

The source of the subscriber. Values are: storefront, order, or custom.

order_idinteger nullable

The ID of the source order, if source was an order.

Response

A Subscriber object.

metaMeta

Empty meta object; may be used later.