Order

Field | Description |
alternate_id | Custom unique identifier that can be used to lookup an order. This typically is the primary key of the order located in a system outside of the Malomo Platform. |
created_at | When an Order was created on the Malomo Platform. |
customer | Customer an Order belongs to. |
email | Email address that should be used for communication about an order. This email address may be different from the Customer email address. |
id | Unique identifier for an Order . |
meta | Additional, arbitrary information attached to an Order . These can be useful for storing additional information about an order in a structured format. |
number | A number identifying an order placed by a customer. |
shipments | Shipments associated with an Order . |
updated_at | When an Order was last updated. |
post
https://api.gomalomo.com
/orders
Create an Order
get
https://api.gomalomo.com
/orders/:id
Retrieve an Order
get
https://api.gomalomo.com
/orders/?alternate_id=:alternate_id
Retrieve an Order by Alternate Id
get
https://api.gomalomo.com
/orders/?tracking_code=:tracking_code
Retrieve an Order by Tracking Code
get
https://api.gomalomo.com
/orders/?number=:number&customer_email=:customer_email
Retrieve an Order by Order Number and Customer Email Address
get
https://api.gomalomo.com
/orders
Retrieve a List of Orders
put
https://api.gomalomo.com
/orders/:id
Update an Order
delete
https://api.gomalomo.com
/orders/:id
Delete an Order
post
https://api.gomalomo.com
/orders/:order_id/events
Create an Event for an Order
get
https://api.gomalomo.com
/orders/:order_id/events
Retrieve a List of Order Events
Last modified 1mo ago