commerce_inventory.InventoryLevelsItemResponse
Instantiates a new inventory item levels response. Including the java reference Dto
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 product id.
Type | Description |
---|---|
ID | the product id |
Sets product id.
Param | Description |
---|---|
productId | the product id |
Gets stock keeping unit.
Type | Description |
---|---|
String | stock keeping unit |
Sets stock keeping unit.
Param | Description |
---|---|
stockKeepingUnit | the stock keeping unit |
Gets location source id.
Type | Description |
---|---|
ID | the location source id |
Sets location source id.
Param | Description |
---|---|
locationSourceId | the location source id |
Gets inventory location source type.
Type | Description |
---|---|
String | the inventory location source type |
Sets inventory location source type.
Param | Description |
---|---|
inventoryLocationSourceType | the inventory location source type |
Gets on hand.
Type | Description |
---|---|
Double | the on hand |
Sets on hand.
Param | Description |
---|---|
onHand | the on hand |
Gets available to fulfill.
Type | Description |
---|---|
Double | the available to fulfill |
Sets available to fulfill.
Param | Description |
---|---|
availableToFulfill | the available to fulfill |
Gets available to order.
Type | Description |
---|---|
Double | the available to order |
Sets available to order.
Param | Description |
---|---|
availableToOrder | the available to order |