September 16, 2025
- Adds
shiftto response body of GET /api/v1/orders and GET /api/v1/orders/{orderId}/detail
June 10, 2025
- Adds new endpoint: GET /api/v1/compliance-transfers
June 2, 2025
- Adds
addressto response body of GET /api/v1/orders and GET /api/v1/orders/{orderId}/detail
April 28, 2025
April 8, 2025
- Adds
userIdquery parameter to GET /api/v1/orders - Adds
customerobject to response body of POST /api/v1/orders
January 13, 2025
Meadow added support for multiple payments on a single order from our e-commerce menu and iPad point of sale. Please look at the following changes to support multiple payments:
- Adds
paymentsproperty to GET /api/v1/orders - Adds
paymentsproperty to GET /api/v1/orders/{orderId}/detail
December 12, 2024
We’ve added a slew of new endpoints to our Products & Inventory section. This will allow you to create purchase orders for a client along with all of their associated product information.
May 30, 2024
- Adds
typequery parameter to GET /api/v1/orders
February 20, 2024
- Adds
primaryCategoryto order line items returned from GET /api/v1/orders and GET /api/v1/orders/{orderId}/detail
February 2, 2024
- Adds
sortByquery parameter to GET /api/v1/customers - Adds GET /api/v1/order-returns
January 24, 2024
July 28, 2023
- Adds GET /api/v1/orders/{orderId}/detail
- Adds GET /api/v1/customers/{customerId}
- Adds GET /api/v1/inventory-locations
- Adds
fulfilledOnlyquery parameter to GET /api/v1/orders- When set to
true, only fulfilled orders will be returned in reverse chronological order
- When set to
June 30, 2023
Adds the following fields to GET /api/v1/customers
licenseExpiry- The expiration date of this customer’s drivers license ornullif it is not recorded.
customer.licenseExpiry- The expiration date of this customer’s drivers license ornullif it is not recorded.customer.medicalExpiration- The expiration date of their medical recommendation ornullif they are an adult use customer
May 24, 2023
Adds the following fields to GET /api/v1/customers
marketingOptIn- Whether this customer has opted in to receive marketingmarketingOptInAt- When the customer opted in if they did
May 12, 2023
Adds the following fields to GET /api/v1/customers
updatedAt- The time this customer was last updatedcustomerGroupsAn array of strings for customer groups this customer is a part of (Example: Veterans, Seniors, etc.)medicalExpiration- The expiration date of their medical recommendation ornullif they are an adult use customer
returns- Please see documentation for full definitionlineItems[].fulfillAs- Please see documentation for full definition

