Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_vat_read - Third Vat Readcurl --location --request GET 'https://api.zid.sa/v1/managers/store/third-party/vat' \
--header 'Accept-Language: en' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}'{
"status": "object",
"tax_settings": {
"can_use_vat": true,
"vat_activate": true,
"is_vat_self_paid": false,
"is_vat_included_in_product_price": true,
"is_shipping_fee_included_in_vat": false,
"other_countries_tax_percentage": 0,
"countries": [
{
"id": "9345a371-1b26-449b-812f-ef5b8ecd0e81",
"country": {
"id": 184,
"name": {
"ar": "السعودية",
"en": "Saudi Arabia"
},
"iso_code_2": "SA",
"iso_code_3": "SAU"
},
"tax_percentage": 0,
"vat_number": "310329522200003",
"tax_registration_certificate": null,
"settings": [],
"is_certificate_visible": false,
"is_vat_number_visible": true
}
]
},
"message": {
"type": "object",
"code": "string",
"name": "string",
"description": "string"
}
}