GuidesRecipesAPI Reference
API Reference

Create order

A buyer can create a new order. This order can be associated with multiple sellers and it will be split.

Body Params

The buyer and product details necessary to create an order in Convictional.

address
object
required
attributes
object
string
required

A reference to an ID in your (the buyer's) system. The ID must be unique.

string

The end customer's email address.

string

The customer-facing reference to the order in your (the buyer's) system.

boolean
items
array of objects
required

The line items on the buyer order.

items*
metafields
object
string

Additional information that will be passed along to each vendor with this order.

string
required

The timestamp when the order was originally placed by the customer. Use RFC 3339 format. Null if not set.

shippingMethods
array of objects

The shipping methods for the order.

shippingMethods
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json