Skip to main content

Introduction

Orders describe the specific products/devices that are paid for on the platform.

ENDPOINTS
     GET   /v1/orders/seller

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 ($).