docs: generate API reference for 2.12.0 (#14185)

This commit is contained in:
Shahed Nasser
2025-12-02 11:56:37 +02:00
committed by GitHub
parent 21f61ec160
commit 9372a17d1f
71 changed files with 6310 additions and 19 deletions
@@ -0,0 +1,13 @@
/**
* @schema AdminUpdateOrderChange
* type: object
* description: The data to update in the order change.
* x-schemaName: AdminUpdateOrderChange
* properties:
* carry_over_promotions:
* type: boolean
* title: carry_over_promotions
* description: Whether promotions from the original order should be carried over to the order change (specifically, exchanges).
*
*/