/
/Flamingo Commerce API Spec
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 6m ago · Updated 1mo agoView markdown
Cart15
  • getGet the current cart
  • deleteRemove all stored cart information e.g. items, deliveries, billing address and returns the empty cart.
  • putAdds billing infos to the current cart
  • deleteRemove all cart items from all deliveries and return the cart, keeps the delivery info untouched.
  • putAdds delivery infos, such as shipping address to the delivery for the cart
  • deleteCleans the given delivery from the cart
  • putUpdate item in the cart
  • postAdd Item to cart
  • deleteDelete item from cart
  • postApply Gift Card
  • deleteRemove Gift Card
  • putUpdate/set the PaymentSelection for the current cart
  • postApply Voucher Code
  • deleteRemove Voucher Code
  • postApply Gift Card or Voucher (auto detected)
Checkout6
Payment1
Product1
    Cart

    Apply Gift Card

    post/api/v1/cart/gift-card

    Query parameters

    couponCodestring required

    the gift card code

    Response

    OK

    {"stackTrail":"components:schemas:controller.CartAPIResult:properties:Data","oasType":"schema","type":"unknown"}
    DataValidationInfoobject
    Successboolean