Skip to content

feat(tax): TAX-1749 Include new tax_properties field for customer object within Tax Provider API requests #923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions reference/tax_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ paths:
customer_id: '0'
customer_group_id: '0'
taxability_code: ''
tax_properties: []
transaction_date: '2019-08-13T03:17:37+00:00'
documents:
- id: 5d522b889d3d9
Expand Down Expand Up @@ -364,6 +365,7 @@ paths:
customer_id: '0'
customer_group_id: '0'
taxability_code: ''
tax_properties: []
transaction_date: '2019-08-13T03:40:15+00:00'
documents:
- id: shipping_14
Expand Down Expand Up @@ -1050,6 +1052,11 @@ components:
taxability_code:
type: string
description: 'If applicable, the tax exemption code of the shopper’s customer account. A taxability code is intended to apply to multiple customers. This code should match the exemption codes provided by the third-party integration.'
tax_properties:
type: array
description: 'Any tax property values that have been associated with this customer.'
items:
$ref: '#/components/schemas/request-item-tax-property'
transaction_date:
type: string
format: date-time
Expand Down