Skip to content

Commit a55a92f

Browse files
fix denom list
1 parent da09a3f commit a55a92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/2024-02-05/webhook/product.update.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The `denominations` object within both `old_state` and `new_state` represents th
6969
{
7070
"denominations": {
7171
"type": "fixed",
72-
"available_list": []
72+
"available_list": ["10", "25", "50"]
7373
}
7474
}
7575
```
7676

77-
When a product becomes non-orderable (`is_orderable: false`), the `denominations.available_list` will be empty for fixed denomination products.
77+
When a product becomes non-orderable (`is_orderable: false`), the `denominations.available_list` continues to contain the same denomination values that were available when the product was orderable. The denomination information is preserved regardless of the product's orderability status.

0 commit comments

Comments
 (0)