Retrieve a product by clean url
Retrieve a product by clean url.
Authorizations:Token, JWT
Query Parameters
clean_url required | stringResource identifier |
Responses
200Product Detailed resource
Response schema:
Product Detailed resource sku | string | ||||||||||||||||||||||||||||||||||||||||||||
name | string | ||||||||||||||||||||||||||||||||||||||||||||
cleanUrl | string | ||||||||||||||||||||||||||||||||||||||||||||
briefDescription | string | ||||||||||||||||||||||||||||||||||||||||||||
price | number or null | ||||||||||||||||||||||||||||||||||||||||||||
weight | number | ||||||||||||||||||||||||||||||||||||||||||||
requiresShipping | boolean | ||||||||||||||||||||||||||||||||||||||||||||
arrivalDate | integer | ||||||||||||||||||||||||||||||||||||||||||||
amount | integer | ||||||||||||||||||||||||||||||||||||||||||||
images | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
path | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
description | string | ||||||||||||||||||||||||||||||||||||||||||||
metaTags | string | ||||||||||||||||||||||||||||||||||||||||||||
metaDescription | string | ||||||||||||||||||||||||||||||||||||||||||||
metaTitle | string | ||||||||||||||||||||||||||||||||||||||||||||
attributes | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
dimensions | object | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
fitment | object | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
stickers | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
canBeBackordered | boolean | ||||||||||||||||||||||||||||||||||||||||||||
backorderQtyLabel | string | ||||||||||||||||||||||||||||||||||||||||||||
isLimitedBackorder | boolean | ||||||||||||||||||||||||||||||||||||||||||||
backorderLimit | integer | ||||||||||||||||||||||||||||||||||||||||||||
attachments | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
participateSale | boolean | ||||||||||||||||||||||||||||||||||||||||||||
discountType | stringEnum: "sale_price" "sale_percent" | ||||||||||||||||||||||||||||||||||||||||||||
saleValue | number | ||||||||||||||||||||||||||||||||||||||||||||
salePrice | number | ||||||||||||||||||||||||||||||||||||||||||||
marketPrice | number | ||||||||||||||||||||||||||||||||||||||||||||
minPurchaseQuantity | integer | ||||||||||||||||||||||||||||||||||||||||||||
applySaleToWholesale | boolean | ||||||||||||||||||||||||||||||||||||||||||||
wholesalePrices | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
tags | Array of strings | ||||||||||||||||||||||||||||||||||||||||||||
tabs | Array of objects | ||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||
upc | string or null | ||||||||||||||||||||||||||||||||||||||||||||
mnf | string or null | ||||||||||||||||||||||||||||||||||||||||||||
brand | object or null | ||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
id | integer or null>= 0 |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
404Resource not found
Response schema:
Resource not found type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |