Skip to main content
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:
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.
Adds the following fields to GET /api/v1/customers
  • licenseExpiry - The expiration date of this customer’s drivers license or null if it is not recorded.
Adds the following fields to GET /api/v1/orders
  • customer.licenseExpiry - The expiration date of this customer’s drivers license or null if it is not recorded.
  • customer.medicalExpiration - The expiration date of their medical recommendation or null if they are an adult use customer
Adds the following fields to GET /api/v1/customers
  • marketingOptIn - Whether this customer has opted in to receive marketing
  • marketingOptInAt - When the customer opted in if they did
Adds the following fields to GET /api/v1/customers
  • updatedAt - The time this customer was last updated
  • customerGroups An array of strings for customer groups this customer is a part of (Example: Veterans, Seniors, etc.)
  • medicalExpiration - The expiration date of their medical recommendation or null if they are an adult use customer
Adds the following fields to GET /api/v1/orders
  • returns - Please see documentation for full definition
  • lineItems[].fulfillAs - Please see documentation for full definition