Introduction
ZORT API is protocol to allow your service (3rd party service) connect to ZORT platform to synchronize ZORT data. Ex. Products, Purchase orders and Orders
Postman Collection
Link : Download here (Version 4.0)
API Endpoint URL
https://open-api.zortout.com/v4
Common Request Parameters
Header
Parameter
Required
storename
Yes
apikey
Yes
apisecret
Yes
X-Request-ID
No
X-Request-ID
is a unique identifier that is attached to each API request and response. It is primarily used for tracking, debugging, and logging API calls across distributed systems. This ID helps developers and system administrators correlate logs between different services, trace request flow, and debug issues effectively.
Last updated