Retrieve

View as Markdown
Returns a single item by its unique identifier.

Authentication

x-api-keystring

Application API Scope — server-to-server, sent in the x-api-key header. See Authentication.

OR
authorizationstring

Storefront API Scope — client-side, scoped to one customer, sent as a signature in the authorization header. See Authentication.

Path parameters

item_idstringRequired
Unique item ID

Query parameters

omit_price_calculationbooleanOptionalDefaults to false

If True, Ordergroove will omit the price, total_cost, and extra_cost fields from the Response Body. This can significantly improve performance in some scenarios.

Response

200
object
OR
Omit Pricingobject

Errors

403
Forbidden Error
404
Not Found Error