Represents an inventory item reservation for a specific product and location.
This object is available in API version 60.0 and later.
Supported Calls
create(), delete(),
describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(),
retrieve(), search(),
undelete(), update(),
upsert()
Special Access Rules
This object is available only if a B2B Commerce, D2C Commerce, B2C Commerce or Salesforce
Order Management license is enabled.
Fields
| ProductItemId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The product item record specifying the product and location details used in the
allocation.
- This field is a relationship field.
- Relationship Name
- ProductItem
- Refers To
- ProductItem
|
| Status |
- Type
- picklist
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The status of the inventory reservation.
- Possible values are:
- CancellationInProgress
- Cancelled
- ReservationInProgress
- Reserved
- Fulfilled
|
| ReservationDateTime |
- Type
- dateTime
- Properties
- Create, Filter, Sort
- Description
- The date and time when the inventory was reserved.
|
| IsAutoReserved |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Update
- Description
- Indicates whether the reservation was created automatically by the system (true) or manually (false). The default value is false.
|