Skip to main content
GET
/
v2
/
products
/
{productId}
Retrieve product children
curl --request GET \
  --url https://api.production.orderprotection.com/v2/products/{productId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "productId": "<string>",
    "name": "<string>",
    "description": "<string>",
    "sku": "<string>",
    "price": 123,
    "tax": 123,
    "productImage": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.orderprotection.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
string
required

Response

productId
string
required
read-only
name
string
required
read-only
description
string
required
read-only
sku
string
required
read-only
price
number
required
read-only
tax
number
required
read-only
productImage
string
required
read-only