website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
👋Welcome to Violet's Docs
💡Concepts
🚀Quick Start
🍎Create a Violet Application
😀Postman + Login
🏬View Merchants
👗Interact with Catalogs
🛍️Place an Order
🌐API Reference
✋Help
📝Changelog
Docs powered by archbee 
0min

Get Products

GET
Retreives a paginated list of all products in ascending order since date of creation.
QUERY PARAMETERS
pageinteger
sizeinteger
exclude_publicboolean

Excludes all publicly available products that are not part of your curated catalog. In sandbox this should be left as false as there are no merchant <-> developer relationships and all products are publically available to all developers.

HEADER PARAMETERS
X-Violet-Tokenstring
X-Violet-App-Secretstring
X-Violet-App-Idinteger
RESPONSES
200
successful operation
PageProduct
total_pagesinteger<int32>
total_elementsinteger<int64>
sizeinteger<int32>
content
Product[]
Products
numberinteger<int32>
sortSort
firstboolean
lastboolean
number_of_elementsinteger<int32>
Updated 21 Oct 2022
Did this page help you?
Yes
No
UP NEXT
Get Random Products
Docs powered by archbee