candy-api

GetCandy v1 E-Commerce API

APACHE-2.0 License

Downloads
7.5K
Stars
444

Bot releases are visible (Hide)

candy-api - v0.2.35

Published by alecritson over 5 years ago

  • [fixed] Fixed handling of non existent includes when getting a users basket
  • [fixed] Fixed handling of SagePay charge when rejected for fraud reasons
candy-api - v0.2.34

Published by alecritson over 5 years ago

  • [fixed] Fixed issue where indexer wasn't getting categories
candy-api - v0.2.33

Published by alecritson over 5 years ago

  • [fixed] Fixed default getcandy config
  • [added] Added global channel scope to categories
candy-api - v0.2.32

Published by alecritson over 5 years ago

#0.2.32

  • [added] Added CandyHub detection

#0.2.31

  • [added] Added custom meta field to baskets and orders
candy-api - v0.2.30

Published by alecritson over 5 years ago

  • [added] Added total tax to ProductVariantTransformer
candy-api - 0.2.29

Published by alecritson over 5 years ago

  • [improved] Added support for adding an address to a customer
  • [fixed] Fixed missing ElasticIndexCommand being referenced in service provider
candy-api - 0.2.28

Published by alecritson over 5 years ago

  • [removed] Removed candy:elastic:index in favour of candy:search:index
candy-api - v0.2.27

Published by alecritson over 5 years ago

  • [added] Make ancestor and parent, in CategoryResource, available to include.
candy-api - v0.2.26

Published by alecritson over 5 years ago

  • [changed] Changes to the request when adding items to a basket to prevent recursive queries.
candy-api - v0.2.25

Published by alecritson over 5 years ago

  • [fixed] Make sure min_batch gets passed to the API resource
candy-api - v0.2.24

Published by alecritson over 5 years ago

  • [improved] min_quantity validation now includes the minimum quantity required in the validation message.
  • [added] Added a min_batch column on product_variants which defaults to 1 means you can have a minimum batch size a product can be ordered in, validation message is You must add this item in multiples of :min_batch
candy-api - v0.2.23

Published by alecritson over 5 years ago

  • [added] Added factor tax to product variant transformer
  • [added] Added minQuantity to BasketValidator when adding a variant to the basket
  • [fixed] Fixed wrong offline payment type being referenced in base config
candy-api - v0.2.22

Published by alecritson over 5 years ago

  • [fixed] Fixed issue where 404 wasn't thrown on product endpoint
  • [fixed] Fixed issue where you couldn't search on the users endpoint
  • [fixed] ChannelResource now only includes published_at if it exists on relation pivot
candy-api - v0.2.21

Published by alecritson over 5 years ago

  • [fixed] Fixed contraint that prevented shipping prices from being deleted.
  • [added] Added image include for ProductVariantResource
  • [added] Added groups include for ProductTierResource
  • [added] Added a getFullName getter for user details
candy-api - v0.2.20

Published by alecritson over 5 years ago

  • [fixed] Make sure default channel is set on new products
candy-api - v0.2.19

Published by alecritson over 5 years ago

  • [changed] Changed key check on order tracking_no to array_key_exists to handle any value
  • [improved] Add variant and option data to order line when resolving lines.
  • [added] Added a CandyApi util class
  • [changed] Change check on TaxCalculator to is_null to allow for passing 0
  • [changed] Simplified the price calculator logic.
candy-api - v0.2.18

Published by alecritson over 5 years ago

  • [fixed] Fixed SKU mapping that stopped you from sorting on it in Elastic.
  • [fixed] Fixed undefined variable on order processing factory when a closure was used.
  • [fixed] Fixed invalid namespace for listener.
candy-api - v0.2.17

Published by alecritson over 5 years ago

  • [fixed] Fixed exception handling on a route
candy-api - v0.2.16

Published by alecritson over 5 years ago

  • [fixed] Fixed issue where published_at date for category channel wasn't being returned in the resource.
candy-api - v0.2.15

Published by alecritson over 5 years ago

  • [fixed] Fixed issue where category children weren't honouring the nested set order when loaded via relation.