Skip to content

Commit a639dbb

Browse files
committed
Updated API from documentation release
1 parent 6892be2 commit a639dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-specs/api/types/product/ProductVariantAvailability.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
displayName: ProductVariantAvailability
44
type: object
55
description: |
6-
The [InventoryEntry](ctp:api:type:InventoryEntry) information of the Product Variant. If there is a supply [Channel](ctp:api:type:Channel) for the InventoryEntry, then `channels` is returned. If not, then `isOnStock`, `restockableInDays`, and `quantityOnStock` are returned.
6+
The [InventoryEntry](ctp:api:type:InventoryEntry) information of the Product Variant. If there is a supply [Channel](ctp:api:type:Channel) for the InventoryEntry, then `channels` is returned. If not, then `isOnStock`, `restockableInDays`, and `availableQuantity` are returned.
77
properties:
88
channels?:
99
type: ProductVariantChannelAvailabilityMap

0 commit comments

Comments
 (0)