GET v1/store/login/user/orders/submitted/items/last/status?productID={productID}
Gets the information about the last submitted order item of a product.
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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": "1ad85352-b040-483a-b763-7d5ccd46da81",
"SubmittedDate": "2026-06-13T09:54:35.4954746+02:00"
}