# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
