v1
latestOpenAPI 3.0.12026-07-2412502.6 MBItems
Get an item
Retrieve detailed information about a specific item by referring to its unique identifier (ID). The API documentation provides instructions on how to make a request using the item ID as a parameter, allowing you to fetch the specific item's details, including its attributes, description, pricing, availability, and any other relevant information available in the system.
get/items/{item_id}
Query parameters
with'item_images' | 'item_tags' | 'item_options' | 'item_option_variations' | 'item_swap_options' | 'connection'
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=item_images,item_tags)
Response
OK
Example response
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}