Retrieve a product
Retrieve a product.
Authorizations:Token, JWT
Query Parameters
| product_id required  | stringResource identifier | 
Responses
200Product resource
Response schema: 
Product resource | og_meta_tags | string | ||||||||||||
| market_price | number | ||||||||||||
| participate_sale | boolean | ||||||||||||
| discount_type | stringDefault: "sale_percent"Enum: "sale_price""sale_percent"Example: "sale_percent" | ||||||||||||
| sale_price_value | number | ||||||||||||
| apply_sale_to_wholesale | boolean | ||||||||||||
| available_for_backorder | boolean | ||||||||||||
| backorder_limit | integer | ||||||||||||
| cost_price | number | ||||||||||||
| fitment_type | stringDefault: "regular"Enum: "regular""specific""universal"Example: "regular" | ||||||||||||
| fitments | Array of strings | ||||||||||||
| stickers | Array of integers | ||||||||||||
| facebook_marketing_enabled | boolean | ||||||||||||
| google_feed_enabled | boolean | ||||||||||||
| tags | Array of objects | ||||||||||||
Array 
  | |||||||||||||
| variation_bases | Array of objects | ||||||||||||
Array 
  | |||||||||||||
| upc_isbn | string or null | ||||||||||||
| mnf_number | string | ||||||||||||
| id | integer | ||||||||||||
| sku | string | ||||||||||||
| name | string | ||||||||||||
| description | string | ||||||||||||
| brief_description | string | ||||||||||||
| meta_tags | string | ||||||||||||
| meta_description | string | ||||||||||||
| meta_title | string | ||||||||||||
| price | number | ||||||||||||
| enabled | boolean | ||||||||||||
| weight | number | ||||||||||||
| separate_box | boolean | ||||||||||||
| width | number | ||||||||||||
| length | number | ||||||||||||
| height | number | ||||||||||||
| free_shipping | boolean | ||||||||||||
| taxable | boolean | ||||||||||||
| create_date | string | ||||||||||||
| update_date | string | ||||||||||||
| arrival_date | string | ||||||||||||
| inventory_traceable | boolean | ||||||||||||
| amount | integer | ||||||||||||
| product_class | object or null | ||||||||||||
 
  | |||||||||||||
| tax_class | object or null | ||||||||||||
 
  | |||||||||||||
| memberships | Array of objects | ||||||||||||
Array 
  | |||||||||||||
| clean_url | string | ||||||||||||
| images | Array of objects | ||||||||||||
Array 
  | |||||||||||||
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 |