adjustments
taxSyncPush
Internal adjustments/taxSyncPush operation. Authentication requirements are derived from the active route allowlist.
post/adjustments/taxSyncPush
Request body
Example request
{
"tax": [
{
"id": 12,
"name": "VAT 2026",
"amount": 15,
"mutation_id": "1234567890123456787",
"created_at": "2026-05-18T08:00:00.000Z",
"updated_at": "2026-05-18T08:05:00.000Z",
"deleted_at": null
}
]
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.