industry-department-solutions
latest
false
- Overview
- Introduction
- Getting Started
- API Guide
- Customizations
- Data Onboarding Checklist
- API Resources

Supply Chain & Retail Solutions API guide
Last updated Apr 16, 2026
Data Onboarding Checklist
Use this checklist to track your progress as you prepare and submit data to the Supply Chain & Retail Solutions ingestion API. Complete each item before moving on to the next stage.
Before you begin
- Read the Getting Started guide
- Confirm you have access to platform.peak.ai
- Generate a Personal Access Token (PAT) from the Access Tokens page in the platform
Gather your solution details.
Submit a support ticket if you do not have these details already.
- Obtain your solution name (e.g.,
QP_OOTB) - Obtain your prefix (e.g.,
QP_) - Obtain your suffix (e.g.,
_OOTB) - Identify the target schema name (e.g.,
STAGE) - Identify the app name for your deployment
Prepare your data
- Review the data model for your solution module:
- Review the supported Data Types and ensure your data matches the expected formats
- Identify the primary key columns for each object you plan to ingest
- Confirm all required fields are present in your dataset
- Split your data into batches of 500 rows or fewer per request
Submit your data
- Choose your operation type:
UPSERT(insert or update) orAPPEND(insert only) - Construct your API request using the ingestion URL pattern:
POST https://service.peak.ai/ingestion-api/api/v2/objects/{prefix}{OBJECT_NAME}{suffix} - Send a test request with a small data sample and verify a successful response
- Review the API Guide for error codes if any validation errors are returned
- Ingest your full dataset
Optional
- Add custom attributes to extend the schema for your business needs