Skip to content

Commit

Permalink
Merge pull request #811 from teamleadercrm/products_info_tax
Browse files Browse the repository at this point in the history
document tax property on products.info endpoint
  • Loading branch information
joaoinacio authored Jun 7, 2024
2 parents b266692 + 7a8a093 commit ebe3339
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ We consider the following changes to be backwards-incompatible:
We list all backwards-compatible additions here. These are currently available in all published versions.
(There is also a [list of backwards-incompatible upgrades](#changelog) available, but those only apply if you [upgrade your API version](#upgrading-your-api-version).)

#### June 2024
- We added `tax` to the `products.info` endpoint.

#### May 2024
- We added `purchase_order_number` to `projects-v2/projects.info`, `projects-v2/projects.create` and `projects-v2/projects.update`.
- We added `product.updated` and `product.deleted` to supported Webhook types.
Expand Down Expand Up @@ -5396,6 +5399,9 @@ Get details for a single product.
+ unit (object, nullable)
+ type: `unitOfMeasure` (string)
+ id: `f79d3e04-b8dc-0637-8f18-ca7c8fc63b71` (string)
+ tax (object, nullable)
+ type: `taxRate` (string)
+ id: `df444ced-3129-0916-8f40-07ae5832bf98` (string)
+ custom_fields (array[CustomField])
+ price_list_prices (PriceListPricesRead)
+ product_category (object, nullable)
Expand Down
3 changes: 3 additions & 0 deletions src/06-products/products.apib
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Get details for a single product.
+ unit (object, nullable)
+ type: `unitOfMeasure` (string)
+ id: `f79d3e04-b8dc-0637-8f18-ca7c8fc63b71` (string)
+ tax (object, nullable)
+ type: `taxRate` (string)
+ id: `df444ced-3129-0916-8f40-07ae5832bf98` (string)
+ custom_fields (array[CustomField])
+ price_list_prices (PriceListPricesRead)
+ product_category (object, nullable)
Expand Down
3 changes: 3 additions & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
We list all backwards-compatible additions here. These are currently available in all published versions.
(There is also a [list of backwards-incompatible upgrades](#changelog) available, but those only apply if you [upgrade your API version](#upgrading-your-api-version).)

#### June 2024
- We added `tax` to the `products.info` endpoint.

#### May 2024
- We added `purchase_order_number` to `projects-v2/projects.info`, `projects-v2/projects.create` and `projects-v2/projects.update`.
- We added `product.updated` and `product.deleted` to supported Webhook types.
Expand Down

0 comments on commit ebe3339

Please sign in to comment.