> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/integrate-with-hotwax/hotwax-commerce-api-and-data-feeds/orders/order-adjustments.md).

# Order Adjustments

**Order adjustments provide a flexible way to categorize various order-level charges.** By storing adjustments as distinct types, rather than including them directly in the order header, they can be easily adapted to meet the specific requirements of custom implementations and integrations.

## Native adjustments

| Order Adjustment Type   | Parent Type          | Description                                    |
| ----------------------- | -------------------- | ---------------------------------------------- |
| ADDITIONAL\_FEATURE     | -                    | Additional Feature                             |
| CGST                    | GST\_TAX             | Central Goods and Services Tax                 |
| DEPOSIT\_ADJUSTMENT     | -                    | Deposit                                        |
| DEPOSIT\_REFUND         | -                    | Deposit Refund                                 |
| DISCOUNT\_ADJUSTMENT    | -                    | Discount                                       |
| DONATION\_ADJUSTMENT    | -                    | Donation                                       |
| DUTY                    | -                    | Duty                                           |
| EXT\_PROMO\_ADJUSTMENT  | -                    | External promotion adjustment                  |
| EXT\_SHIP\_ADJUSTMENT   | -                    | External shipping adjustment                   |
| FEE                     | -                    | Fee                                            |
| GST\_TAX                | -                    | Goods and Services Tax                         |
| IGST                    | GST\_TAX             | Integrated Goods and Services Tax              |
| MISCELLANEOUS\_CHARGE   | -                    | Miscellaneous Charge                           |
| MKTG\_PKG\_AUTO\_ADJUST | -                    | Marketing Package Adjustment                   |
| OFF\_INV\_ADJUSTMENT    | DISCOUNT\_ADJUSTMENT | Off Invoice Adjustment                         |
| PROMOTION\_ADJUSTMENT   | -                    | Promotion                                      |
| PYMNT\_PROCESS\_FEE     | FEE                  | Payment Processing Fee                         |
| REPLACE\_ADJUSTMENT     | -                    | Replacement                                    |
| SALES\_TAX              | -                    | Sales Tax                                      |
| SGST                    | GST\_TAX             | State Goods and Services Tax                   |
| SHIPPING\_CHARGES       | -                    | S\&H                                           |
| SHIPPING\_SALES\_TAX    | -                    | S\&H Tax                                       |
| SURCHARGE\_ADJUSTMENT   | -                    | Surcharge                                      |
| UTGST                   | GST\_TAX             | Union Territories State Goods and Services Tax |
| VAT\_PRICE\_CORRECT     | -                    | VAT Price Correction                           |
| VAT\_TAX                | -                    | VAT Tax                                        |
| WARRANTY\_ADJUSTMENT    | -                    | Warranty                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/integrate-with-hotwax/hotwax-commerce-api-and-data-feeds/orders/order-adjustments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
