Skip to main content

Matt Carter

We have added lineItemDiscount and orderDiscount to surface the newly created promotions discount data for NY Orders.

lineItemDiscount is the total discount amount applied to each line item on the order, and orderDiscount is the total discount amount applied to the order as a whole. Both fields are nullable decimal strings. If no discounts have been applied, the fields will be null or "0.00".

M Cooper Healy

Newly populated field for NY /order

For the order endpoint, we have added three new fields related to credit memos:

  • soldBy - the email address of the Sales Representative assigned to the order.

This field is a nullable string. In the case that no Sales Rep has been assined to the order, the field will be null.

Matt Carter

New fields for CA /order

For the order endpoint, we have added three new fields related to credit memos:

  • creditMemoType - the selected type of credit memo applied to the order.
  • creditMemoNote - the note entered for the credit memo applied to the order.
  • creditMemoCreatedBy - the user who created the credit memo.

These new fields are nullable strings. If no credit memo has been applied to the order, the fields will be null.

New fields for CA /invoice

For the invoice endpoint, we have added the same three fields related to credit memos:

  • creditMemoType - the selected type of credit memo applied to the order.
  • creditMemoNote - the note entered for the credit memo applied to the order.
  • creditMemoCreatedBy - the user who created the credit memo.

These new fields are nullable strings. If no credit memo has been applied to the order, the fields will be null.

Surabhi Khachar

We're excited to announce that the /inventory endpoint now includes additional product data fields to provide more detailed information about SKUs.

New Fields Available

The following fields are now available in the inventory endpoint:

  • skuBrandName
  • skuProductLine
  • skuUnitsPerEach
  • skuConsumableUnitsPerEach
  • skuEachUnitOfMeasure
  • skuThcPotencyMeasurementType
  • skuContainerType
  • skuIsColdStorage
  • skuTHC
  • skuCBD
  • skuCBG
  • skuCBN
  • skuTHCV
  • skuCBC
  • skuDelta8THC
  • skuCBDV
  • skuTHCA
  • skuCBDA
  • skuCBNA
  • skuCBCA
  • skuTHCVA
  • skuCBDVA
  • skuDelta10THC
  • skuDelta9THC
  • skuThcPotencyMg
  • skuThcPotencyPercentage
  • skuCannabinoidTypeA
  • skuCannabinoidTypeB

For more detailed information about these fields and their usage, please refer to our Product Data Fields Documentation.

For API implementation details, view the Inventory API Reference.

These fields are only available in CA endpoints.

Surabhi Khachar

The /order endpoint now includes the Retailer Credit Rating.

This value reflects the relevant retailer's credit rating at the time of order placement ("createdAt"). If the corresponding retailer did not have a Nabis-derived credit rating at the time of order creation, the value will default to NOT_APPLICABLE.

For more details, view the Order API Reference for more detail.

Surabhi Khachar

The /retailer endpoint will now include "Previous Credit Rating" and "Previous Credit Rating Date".

If the retailer's historical data does not contain record of more than one rating, or if they do not have any historical rating data, their "previousCreditRating" value will default to "NOT_APPLICABLE" and corresponding date value would be null.

Retailer API Reference (get many and get one).