Add Product
Add a product to a customer’s order directly from email. This endpoint processes a customer’s product selection from the email upsell widget.
Authorizations
Zaymo will authenticate requests using the API key you provide
Body
Product and customer information for adding to order
The email address of the customer
The unique identifier for the selected product (from the get products endpoint)
The quantity of the product to add to the order
x >= 1Optional discount code to apply to the product/subscription.
If true, the product will only be added to the next subscription billing cycle. Default is false.
Response
Product successfully added to order
Indicates if the request was successful
true