References
Changelog
Smake Checkout API — Changelog
The changelog is a list of backwards-incompatible updates in the API. As described before, new additions and forwards-compatible changes don’t need a new API version and will not appear in this list.
2021-02-23
- The
fulfillmentsobject has now allparcelsobjects. See in the endpoint orders. - The
fulfillments.order_idwas changed to anorderobject. See in the endpoint orders.
2020-01-17
- The
project_nameparameter has changed toexternal_referencein the endpoint checkouts. - The
project_namein the order resource within the endpoints checkouts and orders has changed toexternal_reference.
2019-10-01
- The
payment.amountparameter must not be passed in the endpoint checkouts/complete. - The
payment.handleparameter in endpoint checkouts/complete now accepts all handles that are listed within endpoint payment-methods.
2019-02-28
includeparameter is replaced by theexpandparameter.- On the products endpoint the variant resource initially only shows
ids. You have to use?expand=variantsto show the complete resource - Removed
current_stateinid_tags
2018-12-06
- The variant resource is not automatically loaded on the products endpoint. You have to you use
?include=variants - Pagination simplified.
- Removed
meta.last_pageandmeta.totalattribute. links.lastwill always benull.
- Removed
shipping_lineattribute removed in orders endpoint and added ashipping_totalattribute- Added
stateandorder_idtoid_tags
2017-09-25
- Initial Release