Show Posts


Messages - MarkOrion

Pages: [1]
1
API Development / Re: how to save to database via api
« on: May 04, 2021, 05:50:36 AM »
An API is not a database. It is an access point to an app that can access a database. In this post, we will focus on these specific kinds of APIs — web based APIs that return data in response to a request made by a client. They allow us to go get data from outside sources.

2
API Development / Re: Updating stock via API?
« on: April 26, 2021, 08:53:29 AM »
The API response is a status code 200, but the qty on the product does not change.

 

    request method: PUT
    json payload: [{"product_id":"395","inventory_level":55}]

     
    response status code: 200

3
API Development / Re: How can i remove product from cart ?
« on: April 20, 2021, 02:53:01 AM »
You may remove items from your cart by clicking the "Shopping Cart" button, which is located just below the navigation menu. Click the selection box beside the item(s) you'd like to remove, and then click the "Remove Selected" button.

Pages: [1]

Powered by SMFPacks Social Login Mod