Skip to content

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

declankirk
Copy link
Contributor

@declankirk declankirk commented Apr 30, 2025

TAX-1750

What changed?

  • Adding documentation for the new /v3/tax/customers endpoint, for configuring customer tax data (currently just tax_properties)

Release notes draft

  • 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?

ping @bigcommerce/team-tax

@declankirk declankirk marked this pull request as ready for review April 30, 2025 02:04
@declankirk declankirk requested a review from a team April 30, 2025 02:04
@declankirk declankirk changed the title docs(tax): TAX-1750 add docs for /tax/customers endpoint docs(tax): TAX-1750 add docs for /v3/tax/customers endpoint Apr 30, 2025
@declankirk declankirk force-pushed the TAX-1750-customer branch 2 times, most recently from 5d6f209 to 912b3bf Compare May 1, 2025 04:17
bc-msung
bc-msung previously approved these changes May 1, 2025
Copy link
Contributor

@bc-msung bc-msung left a 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

theromulans
theromulans previously approved these changes May 1, 2025
Copy link
Contributor

@theromulans theromulans left a 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? 🙏

@declankirk declankirk force-pushed the TAX-1750-customer branch from f70e3dd to 36cfe6c Compare May 5, 2025 05:01
@declankirk declankirk merged commit 5bf1992 into main May 5, 2025
3 checks passed
@declankirk declankirk deleted the TAX-1750-customer branch May 5, 2025 23:08
declankirk added a commit that referenced this pull request May 6, 2025
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants