Calculate the price for an order batch
You can calculate the total price for an order batch before you create it, given a cart, recipients, and send method. To use a specific address, pass the direct_send
send method.
Authorizations
Your Goody API key.
Body
Input parameters for an order batch price calculation.
The method for sending a order batch. email_and_link
sends a gift email to the recipient (specify email
for each recipient). link_multiple_custom_list
generates a gift link without an automatic email. direct_send
ships the product directly to the recipient (specify mailing_address
for each recipient). For more information, see Send Methods.
email_and_link
, link_multiple_custom_list
, direct_send
Response
The price for an order batch (all in cents).
Prices for a single recipient's cart in cents. This represents the price for each recipient in the order batch.
Total price estimates for the entire order batch in cents. This includes all recipients.