Skip to main content
GET
/
openapi
/
v1
/
Products
/
{sku}
Get Product by SKU.
curl --request GET \
  --url https://api.oplog.one/openapi/v1/Products/{sku} \
  --header 'Authorization: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "state": "Active",
  "createdAt": "2023-11-07T05:31:56Z",
  "favorite": true,
  "sku": "<string>",
  "name": "<string>",
  "type": "Product",
  "sioc": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "stockAmount": 123,
  "availableStock": 123,
  "receivedItemAmount": 123,
  "damagedItemAmount": 123,
  "expiredAmount": 123,
  "lostItemAmount": 123,
  "integration": {
    "integrationName": "<string>",
    "integrationType": "CudExcludedIntegrations"
  },
  "imageUrl": "<string>",
  "barcodes": [
    "<string>"
  ],
  "category": "<string>",
  "width": 123,
  "length": 123,
  "height": 123,
  "weight": 123,
  "unitOfDimension": "<string>",
  "unitOfWeight": "<string>"
}

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Path Parameters

sku
string
required

Response

Success

id
string<uuid>
required
state
enum<string>
required
Available options:
Active,
Disabled,
Deleted
createdAt
string<date-time>
required
favorite
boolean
required
sku
string
required
name
string
required
type
enum<string>
required
Available options:
Product,
Bundle
sioc
boolean
required
updatedAt
string<date-time>
stockAmount
integer<int32>
availableStock
integer<int32>
receivedItemAmount
integer<int32>
damagedItemAmount
integer<int32>
expiredAmount
integer<int32>
lostItemAmount
integer<int32>
integration
object
imageUrl
string
barcodes
string[]
category
string
width
number<double>
length
number<double>
height
number<double>
weight
number<double>
unitOfDimension
string
unitOfWeight
string