ZORT API V4
  • Overview
    • Introduction
    • Data Definition
    • Webhook
  • API Reference
    • Product
    • Bundle
    • Warehouse
    • Contact
    • Order
    • Purchase Order
    • Return Order
    • Return Purchase Order
    • Transfer
    • Quotation
    • Finance
    • File Upload
    • Document
    • Merchant
  • Partner
    • Registration
    • Authentication
  • Announcements
    • API Update
      • [17 Apr 2025] Update
      • [15 Feb 2025] Update
      • [2 Dec 2024] Important Update
      • [31 Oct 2024] Update
      • [10 Feb 2024] Update
      • [1 Nov 2023] Update
      • [14 Oct 2023] Update
      • [15 Aug 2023] Update
      • [1 June 2023] Important Update
    • Marketplace Flow
Powered by GitBook
On this page
  • Postman Collection
  • API Endpoint URL
  • Common Request Parameters
  1. Overview

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

NextData Definition

Last updated 2 months ago

Postman Collection

Link : (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.

Download here