The Product object has a 'default' threshold action instead of null or blank. It is now returned in the default GET response (without requiring include_children) and can be included and updated with POST and PATCH requests.
For the Customers GET request, the field ein now inherits the associated Buyer Company's federal EIN number, if there is one. For Customers not linked to LeafLink Buyer Companies, this field will return null. The Customers POST request, is now read-only, and will not allow updates to the ein field as this field is inherited from the associated Buyer Company. Similar to the GET request, if the CRM record is not linked to a LeafLink buyer, this field will return null.
The Product object now includes product_data_items, an array of product specifications. It is now returned in the default GET response (without requiring include_children) and can be included and updated with POST and PATCH requests.
The Buyers Order object now includes the category and sub_category fields for each product returned within line_items .
The Product object now includes the threshold_value, threshold_action, reverse_threshold_value, reverse_threshold_action and show_quantity fields. And, those fields can now be included and updated with POST and PATCH requests, respectively.
The Order object now includes the llf_payment_method field
Case is no longer an accepted value for unit_of_measure in the Product object. Products sold in cases should set the sell_in_unit_of_measure and unit_multiplier fields accordingly.