Kixify Pro

Seller Developer API

Sync inventory and fulfill orders from your own systems. The REST API is included with Kixify Pro. eBay sellers can also use eBay ProductSync in Settings → Integrations.

Getting access

  1. Upgrade to Kixify Pro (or confirm your account is already Pro).
  2. Open Settings → Integrations on kixify.com.
  3. Use the Developer API section — self-serve credentials are rolling out; contact support@kixify.com if you already integrate today.

API tokens are never published on this page. You will receive yours in account settings after enablement.

Base URL & auth

Send your API token on every request using the Authorization header (legacy integrators use the token value directly; Bearer-style keys are planned).

GET https://apps.kixify.com/api/sync/categories
Authorization: <your-api-token>

Base URL: https://apps.kixify.com

Sync

MethodPathDescription
GETapi/sync/categoriesGet all categories in Kixify
GETapi/sync/sizesGet all sizes in Kixify
GETapi/sync/gendersGet gender taxonomy
GETapi/sync/couriersGet all couriers
GETapi/sync/products?page={page}&pageSize={pageSize}List products (paged)
GETapi/sync/product/{id}Get a product by id
POSTapi/sync/productCreate a product
PUTapi/sync/product/{id}Update a product
POSTapi/sync/product/updateqty/{id}Update product quantity
POSTapi/sync/product/updateprice/{id}Update product price
DELETEapi/sync/product/{id}Delete a product

Orders

Order status values include canceled, completed, and payment_received.

MethodPathDescription
GETapi/orders?page={page}&pageSize={pageSize}Paged orders for the API user
GETapi/orders/search?status={status}&ordersFrom={ordersFrom}&ordersTo={ordersTo}&minutesToLookBack={minutesToLookBack}&page={page}&pageSize={pageSize}Search orders by status and date range
POSTapi/order/{orderId}/shipSave tracking for an order