commerce_inventory.InventoryCheckItemAvailability
Gets product id.
Type | Description |
---|---|
ID | product id |
Gets on hand.
Type | Description |
---|---|
Double | the on hand |
Gets available to fulfill.
Type | Description |
---|---|
Double | available to fulfill |
Gets available to order.
Type | Description |
---|---|
Double | available to order |
Gets location source id.
Type | Description |
---|---|
ID | location source id. |
Gets inventory source type Possibles values LOCATION or LOCATION_GROUP otherwise an error will be return
Type | Description |
---|---|
String | location source id |
Gets quantity to check
Type | Description |
---|---|
Double | quantity to check. |
Gets inventory dimension Possibles values ON_HAND, AVAILABLE_TO_FULFILL, AVAILABLE_TO_ORDER otherwise an error will be return
Type | Description |
---|---|
String | inventory dimension |
Gets is available.
Type | Description |
---|---|
Boolean | is available. |
Sets Is Available
Param | Description |
---|---|
Is | Available |
Gets error message
Type | Description |
---|---|
String | error message. |
Sets error message
Param | Description |
---|---|
error | message |