Jump to Content
Documentation
API Endpoints
FAQ's
Supplier Connect
Home
Documentation
API Endpoints
Changelog
Discussions
v1.0
Documentation
API Endpoints
FAQ's
Supplier Connect
Backoffice Login
Log In
API Endpoints
Backoffice Login
Log In
v1.0
API Endpoints
Get a list of products
Search
JUMP TO
Product Catalog API
/checks/live
Liveness Check
get
/checks/ready
Readiness Check
get
/product/{id}
Get a product
get
/product/{id}/variants
Get variants
get
/products
Get a list of products
get
/products/validation
Validate a JSON catalog
post
/scheduled-uploads
Get an array of scheduled upload associated to the authenticated user
get
Create a scheduled upload
post
/scheduled-uploads/{id}
Get a scheduled upload
get
Create or Update a scheduled upload
put
Delete a scheduled upload
delete
/search
Search Handler searches for products, vendors and brands. If brand or vendor is specified, the search return products only.
get
/upload
Product Catalog File Upload
post
Supplier Orders API
/checks/live
Liveness Check
get
/checks/ready
Readiness Check
get
/orders
Retrieve all 'Open' orders grouped by retailer account ID associated either to a supplier or for a retailer
get
Persist an new Order
post
/orders/{id}
Retrieve an Order
get
Update an Order
put
Soft-delete an Order by setting the status to "Closed"
delete
/orders/{id}/shipments
Retrieve all Shipments for an Order
get
Persist a new OrderShipment
post
/orders/{id}/shipments/{shipmentID}
Retrieve a specific Shpiment on an Order
get
Update a Shipment on an Order
put
Soft-delete a Shipment
delete
/orders/{id}/items
Retrieve all Open OrderItems for an Order
get
Persist an OrderItem for an existing Order in the database
post
/orders/{id}/items/{itemID}
Retrieve an OrderItem by ID for an Order
get
Update an OrderItem
put
Soft-delete an OrderItem
delete
/suppliers/relations
Retrieve all supplier relations associated to the logged in user
get
Creates a new relationship in the `SupplierInfo` table
post
/suppliers/relations/{id}
Retrieve a specific SupplierInfo relation
get
Update an supplier relation
put
Powered by
Get a list of products
get
https://lsapi-catalog.lightspeedapp.com/products
Get a list of products
Language
Shell
Node
Ruby
PHP
Python
RESPONSE
Click
Try It!
to start a request and see the response here!