v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Product Groups

Delete Product Group Tax

Deletes a specific tax entry associated with a product group, identified by both ProductGroupID and TaxRowID. This operation removes the specified tax row from the product group.

delete/v1/productGroups/{ProductGroupID}/tax/{TaxRowID}

Path parameters

ProductGroupIDinteger required

The unique identifier of the product group.

TaxRowIDinteger required

The unique identifier of the tax row to be deleted.

Response

The tax row was successfully deleted from 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.