GET v1/store/login/user/orders/submitted/items/last/status?productID={productID}

Gets the information about the last submitted order item of a product. Note: The API supports kit and static products only.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productID

The unique ID of the product.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns the requested information about the last submitted order item.

OrderItemStatusModel
NameDescriptionTypeAdditional information
OrderItemID

The unique ID of the order item.

globally unique identifier

None.

SubmittedDate

The date when the order item was submitted.

date

None.

Response Formats

application/json, text/json

Sample:
{
  "OrderItemID": "0b5a132d-a0af-4f48-8bde-e4ae6ba6ca67",
  "SubmittedDate": "2025-08-02T03:42:18.9385383-04:00"
}