Skip to main content

Introduction

Sell Requests describe the specific products/devices you offer to buyers on our platform.

ENDPOINTS
     GET   /v1/sell-requests
PATCH   /v1/sell-requests/:id
DELETE   /v1/sell-requests/:id

Sell Request Object

Core Parameters


id
An unique identifier randomly generated by our system. Follows the UUID v4 standard.


name
The name of the product/device, meant to be displayable to the buyers.


properties
An object defining the specific properties of the product. For example, color, brand, storage capacity, etc.


quantity
The quantity available for purchase


price
The price the product is to be sold for in US dollars ($).