commerce_inventory.UpsertItemReservationResponse
Instantiates a new Upsert item reservation response. Including the java reference Dto
Gets quantity.
| Type | Description |
|---|---|
Double | the quantity |
Sets quantity.
| Param | Description |
|---|---|
quantity | the quantity |
Gets reserved at location id.
| Type | Description |
|---|---|
ID | the reserved at location id |
Sets reserved at location id.
| Param | Description |
|---|---|
reservedAtLocationId | the reserved at location id |
Gets error code.
| Type | Description |
|---|---|
String | the error code |
Sets error code.
| Param | Description |
|---|---|
errorCode | the error code |
Gets error message.
| Type | Description |
|---|---|
String | the error message |
Sets error message.
| Param | Description |
|---|---|
errorMessage | the error message |
Gets item reservation source id.
| Type | Description |
|---|---|
ID | the item reservation source id |
Sets item reservation source id.
| Param | Description |
|---|---|
itemReservationSourceId | the item reservation source id |
Gets product id.
| Type | Description |
|---|---|
ID | the product id |
Sets product id.
| Param | Description |
|---|---|
productId | the product id |
Get associated products.
| Type | Description |
|---|---|
List<UpsertItemReservationResponse> | the list of associated products |
Sets associated products.
| Param | Description |
|---|---|
associated | products |