- id: 1 (required, number) - Unique identifier
- sku: 123 (required, number) - Unique identifier
- name: Kuku bima Energi (required) - Single line description
- description: minuman berenergi roso roso - Full description of the note which supports Markdown.
- price: 12000 (required, number) - Unique identifier
- sale_price: null
- images (ImageList)
- categories (CategoryInclude)
- data (CategoryList)
- (ProductIncludeCategories)
- id: 1 (required, number) - Unique identifier
- sku: 123 (required, number) - Unique identifier
- name: Kuku bima Energi (required) - Single line description
- description: minuman berenergi roso roso - Full description of the note which supports Markdown.
- price: 12000 (required, number) - Unique identifier
- sale_price: null
- images (ImageList)
- reviews (ReviewInclude)
- data (ReviewList)
- (ProductIncludeReviews)
- id: 1 (required, number) - Unique identifier
- sku: 123 (required, number) - Unique identifier
- name: Kuku bima Energi (required) - Single line description
- description: minuman berenergi roso roso - Full description of the note which supports Markdown.
- price: 12000 (required, number) - Unique identifier
- sale_price: null
- images (ImageList)
- Brand (BrandInclude)
- data (BrandList)
- (ProductIncludeBrand)
show products data
Get all of products.
-
Response 200 (application/json)
-
Headers
X-Request-ID: f72fc914 X-Response-Time: 4ms -
Attributes (ProductList)
-
Get all of products include with categories relation.
-
Response 200 (application/json)
-
Headers
X-Request-ID: f72fc914 X-Response-Time: 4ms -
Attributes (ProductCategory)
-
Get all of products include with reviews relation.
-
Response 200 (application/json)
-
Headers
X-Request-ID: f72fc914 X-Response-Time: 4ms -
Attributes (ProductReview)
-
Get single product include with brand relation.
-
Response 200 (application/json)
-
Headers
X-Request-ID: f72fc914 X-Response-Time: 4ms -
Attributes (ProductBrand)
-
Get a single of products.
-
Response 200 (application/json)
-
Headers
X-Request-ID: f72fc914 X-Response-Time: 4ms -
Attributes (ProductList)
-
Get a products filter by category.
-
Response 200 (application/json)
+ Headers X-Request-ID: f72fc914 X-Response-Time: 4ms + Attributes (ProductList)
Get a products filter by lists.
-
Response 200 (application/json)
+ Headers X-Request-ID: f72fc914 X-Response-Time: 4ms + Attributes (ProductList)
Get a products filter by search.
-
Response 200 (application/json)
+ Headers X-Request-ID: f72fc914 X-Response-Time: 4ms + Attributes (ProductList)
Get if value of parameter outstock is true, then it show just stock product is true.
-
Response 200 (application/json)
+ Headers X-Request-ID: f72fc914 X-Response-Time: 4ms + Attributes (ProductList)
Get a products filter by category and brand.
-
Response 200 (application/json)
+ Headers X-Request-ID: f72fc914 X-Response-Time: 4ms + Attributes (ProductData)
show product by sort order, it can sort by: name, created_at, price, random, reordered and sales
-
Response 200 (application/json)
+ Headers X-Request-ID: f72fc914 X-Response-Time: 4ms + Attributes (ProductList)