Add Product

Add product

POST https://squid-app-2-bcuud.ondigitalocean.app/v1/api/marketplace/product/create

Request Body

Name
Type
Description

name*

string

name of product

description*

string

description of the product

price*

string

price of the product

currency*

string

"NGN"

image

file

    "success": true,
    "message": "Product added successfully"
    "data":"encrypted data"

Last updated