We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749d3f4 commit ba3f1afCopy full SHA for ba3f1af
1 file changed
docs/api/admin/guides/order-management.md
@@ -166,7 +166,7 @@ Order editing APIs also do not affect order payment within each request. To remo
166
167
Order line items have 4 quantity attributes that represent quantities at different states in an order life cycle.
168
169
- - `quantity` - Item quantity of items ever added to the order in this line item.
+ - `quantity` - Item quantity total ever added to the order in this line.
170
- `current_quantity` - Current item quantity that have not yet been removed.
171
- `fulfillable_quantity` - Item quantity that have not yet been fulfilled, such as a partial fulfillment.
172
- `editable_quantity` - Item quantity that currently can be edited.
0 commit comments