Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.02 KB

products.md

File metadata and controls

65 lines (42 loc) · 1.02 KB



Product Entity



Optimus\Entities\Product



Product is a functional representation of the product endpoints from the API.

Table of contents



Actions

The list and details actions are supported.



Mutations

When viewing the details of a given product some elements of the original data become mutated into an object.

Find the expected API response data here.


categories

Each category becomes mutated into a category object.


media

Each media item becomes mutated into a Optimus\Entities\Media object.


pricing

Each pricing item becomes mutated into a Optimus\Entities\Pricing object.