Buy

Buy action

POST https://yourwebsite.com/api/store/buy

Request Body

NameTypeDescription

products*

array

An array of product IDs

user*

int orstring

Username or User ID

{
    "status": true,
    "orderID" => "123",
    "credits" => "10.00"
}

Last updated