Skip to main content

Get tax by id

GET 

/v2/taxes/:id

Get tax by id

Request

Path Parameters

    id stringrequired

    Tax id

Responses

Get tax by id

Schema

    id uuidrequired

    Possible values: >= 36 characters and <= 36 characters

    Tax primary identifier

    shopId integerrequired

    Shop identifier for the tax to apply to

    code stringnullable

    Possible values: [H, L, N]

    Tax code

    zone stringrequired

    Possible values: <= 2 characters

    Tax zone

    percentage decimalnullable

    Default value: 0

    Tax percentage

    exportCode stringnullable

    Possible values: <= 10 characters

    Tax export code

    createdAt date-timerequired

    Default value: CURRENT_TIMESTAMP

    Tax initial creation timestamp

    createdBy integernullable

    Reference to the user that created the tax initially

    lastModifiedAt date-timerequired

    Default value: CURRENT_TIMESTAMP

    Tax last update timestamp

    lastModifiedBy integernullable

    Reference to the user that last modified the tax

Loading...