commerce_inventory.UpsertItemReservationRequest
Constructor for UpsertItemReservationRequest.
Param | Description |
---|---|
quantity | - quantity. |
reservedAtLocationId | - reservation Id. |
itemReservationSourceId | - item reservation source Id. |
productId | - product Id. |
associatedProducts | - List of asscoiated products |
Gets quantity.
Type | Description |
---|---|
Double | the quantity |
Gets reserved at location id.
Type | Description |
---|---|
ID | the reserved at location id |
Gets item reservation source id.
Type | Description |
---|---|
ID | the item reservation source id |
Gets product id.
Type | Description |
---|---|
ID | the product id |
Gets associated products.
Type | Description |
---|---|
List<UpsertItemReservationRequest> | the list of associated products |