GET v1/store/login/user/orders/unsubmitted/items/{orderItemID}

Gets the order item that has not been submitted by its unique ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderItemID

The unique ID of the order item.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns the requested order item.

OrderItemModel
NameDescriptionTypeAdditional information
ID

The unique ID of the order item.

globally unique identifier

None.

FriendlyID

The friendly ID of the order item.

integer

None.

ProductID

The unique ID of the order item's product.

globally unique identifier

None.

Quantity

The number of units of the product to be purchased in the order item.

integer

None.

Items

The component order items of the order item.

Collection of SubOrderItemModel

None.

DeliveryMethod

The selected delivery method of the order item.

DeliveryMethod

None.

DeliveryServiceID

The selected delivery service id of the order item.

globally unique identifier

None.

Properties

The order item's property values.

Collection of OrderItemPropertyModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.