-
Notifications
You must be signed in to change notification settings - Fork 41
docs(tax): TAX-1750 add docs for /v3/tax/customers
endpoint
#927
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
Conversation
/v3/tax/customers
endpoint
5d6f209
to
912b3bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one minor suggestion
912b3bf
to
557875b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor item 🤞 Though I am curious on where the value in question is surfaced, hopefully @bigcommerce/dev-docs can help us out? 🙏
557875b
to
f70e3dd
Compare
f70e3dd
to
36cfe6c
Compare
…ax property type field (#929) <!-- Ticket number or summary of work --> # [TAX-1750] ## What changed? * Adding documentation for the new `/v3/tax/customers` endpoint, for configuring customer tax data (currently just `tax_properties`) * Adding new tax properties `type` field to dictate whether property is associated to `PRODUCT` or `CUSTOMER` ## Release notes draft * Added a new optional `type` field to tax properties, allowing you to specify whether a property is associated with a product or a customer. If not set, it will default to `PRODUCT`. * Added new `/v3/tax/customers` endpoint for managing customer tax data. Supports the following operations: * `GET`: Retrieve tax data for one or more customers. * `PUT`: Add or update tax properties for customers. * `DELETE`: Remove tax data for specified customers. ## Anything else? * API reference PR - #927 ping @bigcommerce/team-tax [TAX-1750]: https://bigcommercecloud.atlassian.net/browse/TAX-1750?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
TAX-1750
What changed?
/v3/tax/customers
endpoint, for configuring customer tax data (currently justtax_properties
)Release notes draft
/v3/tax/customers
endpoint for managing customer tax data.GET
: Retrieve tax data for one or more customers.PUT
: Add or update tax properties for customers.DELETE
: Remove tax data for specified customers.Anything else?
ping @bigcommerce/team-tax