candy-api

GetCandy v1 E-Commerce API

APACHE-2.0 License

Downloads
7.5K
Stars
444

Bot releases are hidden (Show)

candy-api - v0.2.55

Published by alecritson over 5 years ago

  • [added] Added Alt contact number to user details
candy-api - v0.2.54

Published by alecritson over 5 years ago

  • [added] Added ability to restrict products by ids
candy-api - v0.2.53

Published by alecritson over 5 years ago

0.2.53

  • [fixed] Fixed product association loading when a product didn't exist
  • [fixed] Fixed shipping/billing fields being overwritten on order create.
candy-api - v0.2.52

Published by alecritson over 5 years ago

  • [added] Support for invoice reference prefix getcandystore.orders.invoice_prefix
candy-api - v0.2.51

Published by alecritson over 5 years ago

  • [added] Added some initial reporting endpoints
candy-api - v0.2.50

Published by alecritson over 5 years ago

  • [improved] Improved the way the regional provider checked delivery postcodes
  • [fixed] Stopped data override when saving a new users address in checkout
candy-api - v0.2.49

Published by alecritson over 5 years ago

  • [added] Added basic product importer
  • [fixed] Added missing channel scope to products
candy-api - v0.2.48

Published by alecritson over 5 years ago

  • [improved] Added support for custom order invoices from the hub

To use your own custom template for invoices downloaded from the hub, simply add this to your config/getcandy.php:

    'invoicing' => [
        'pdf' => 'your.invoice.view',
    ],
candy-api - v0.2.46

Published by alecritson over 5 years ago

  • [fixed] Fixed issue where customer group pricing didn't show properly for existing products with limited group pricing.
candy-api - v0.2.45

Published by alecritson over 5 years ago

  • [added] Add customer group pricing resources
  • [changed] Basket routes now go through set channel middleware
candy-api - v0.2.44

Published by alecritson over 5 years ago

  • [added] Added support for channel to be passed as a header
candy-api - v0.2.43

Published by alecritson over 5 years ago

  • [added] Added product images on basket update
candy-api - v0.2.42

Published by alecritson over 5 years ago

  • [fixed] CreateRequest for basket handles no variants better
  • [improved] If asset is external, just return the url
  • [improved] Get default channel when getting an attribute
candy-api - v0.2.41

Published by alecritson over 5 years ago

  • [fixed] Firstname and lastname on order address store isn't required with Address ID.
  • [changed] Set channel on middleware only if it's not already set.
  • [fixed] Fixed setting order address from address id
candy-api - v0.2.41

Published by alecritson over 5 years ago

Update Braintree dependancy

candy-api - v0.2.40

Published by alecritson over 5 years ago

  • [improved] Added earlier exception if an order is already placed on checkout
candy-api - v0.2.39

Published by alecritson over 5 years ago

  • [fixed] Fixed global scopes not honouring a users groups
  • [improved] Product customer group pricing now uses global scope
  • [added] You can now pass through order meta at more points in the checkout lifecycle
  • [added] Added a basket claim endpoint
candy-api - v0.2.38

Published by alecritson over 5 years ago

  • [added] Added bool for if a basket was changed during merge.
candy-api - v0.2.37

Published by alecritson over 5 years ago

  • [fixed] Various fixes for global scopes and indexing
candy-api - v0.2.36

Published by alecritson over 5 years ago

  • [changed] Initial work on moving Collections to resources
  • [improved] Hashids validator now accepts class reference
  • [changed] Changed way some global scopes are added
  • [improved] Improved product association resources