layout | title |
---|---|
default |
Change Log |
- Implement free_postage into the Products model - see docs
- Typecast Products.stock_number to integer
- Implement stock_backorder into the Products model - see docs
- Implement normal pagination to go hand in hand with sort_property and sort_direction - see docs
- Implement sort_property and sort_direction - see docs.
- Add the average_rating property to Products model.
- Added documentation for sorting of records.
- Added 'visible' property to Products model.
- Implemented the full Shop Customers model - see docs.
- Implemented Apps and consequently updated authentication requirements
- Added documentation for creating Apps
- Changed how versioning works, version is now sent as an HTTP header "X-Version", see docs.
- Changed authentication token name to "X-Token" as not to conflict with official HTTP Headers.
- Added the Customers model
- Updated documentation to not include non-live models
The structure now accurately represents the correct data model by containing the data in an object. For instance a list of products are now contained in a products
object at the root of the JSON response. An individual item is contained in a singular noun i.e. product
.
See the documentation for details; Products