v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Product Groups

Get Product Group Tax

Retrieves the tax details associated with a specific product group, identified by the ProductGroupID. Optionally, a specific tax row can be retrieved using the TaxRowID query parameter.

get/v1/productGroups/{ProductGroupID}/tax

Path parameters

ProductGroupIDinteger required

The unique identifier of the product group.

Query parameters

TaxRowIDinteger

The unique identifier of the tax row (optional).

Response

The tax details for the specified product group.

TaxRowIDinteger

The unique identifier of the tax row.

ProductGroupIDinteger

The unique identifier of the product group associated with the tax.

CountryIDinteger

The unique identifier of the country where the tax applies.

CityIDinteger

The unique identifier of the city where the tax applies.

RegionIDinteger nullable

The unique identifier of the region where the tax applies (if applicable).

TaxValuenumber double nullable

The value or rate of the tax.

TaxCodeinteger nullable

The code associated with the tax.

CreatedByinteger nullable

The identifier of the user who created the tax entry.

CreatedDTstring date-time nullable

The date and time when the tax entry was created.

UpdatedByinteger nullable

The identifier of the user who last updated the tax entry.

UpdatedDTstring date-time nullable

The date and time when the tax entry was last updated.

VatNamestring nullable

The name of the VAT (Value Added Tax) associated with the tax entry.

TaxIdstring nullable

The tax identification number associated with the tax entry.

TaxIncludedboolean nullable

Indicates whether the tax is included in the product price.