$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "authorization": "I confirm I am authorized to process and deliver these 1688 offer records",
< "sourceContext": "buyer_owned_1688_export",
< "offers": [
< {
< "offerId": "1000406623486",
< "offerUrl": "https://detail.1688.com/offer/1000406623486.html",
< "previous": {
< "offerId": "1000406623486",
< "title": "USB-C cable wholesale pack",
< "priceMin": 3.8,
< "priceMax": 4.6,
< "currency": "CNY",
< "priceTiers": [
< {
< "beginAmount": 100,
< "price": 4.6
< },
< {
< "beginAmount": 500,
< "price": 3.8
< }
< ],
< "moq": 100,
< "stock": 12000,
< "unit": "piece",
< "supplier": {
< "id": "supplier-88",
< "name": "Example Authorized Supplier",
< "loginId": "seller88"
< },
< "badges": [
< "verified-export"
< ],
< "promotions": []
< },
< "current": {
< "offerId": "1000406623486",
< "title": "USB-C cable wholesale pack",
< "priceMin": 3.6,
< "priceMax": 4.4,
< "currency": "CNY",
< "priceTiers": [
< {
< "beginAmount": 100,
< "price": 4.4
< },
< {
< "beginAmount": 500,
< "price": 3.6
< }
< ],
< "moq": 100,
< "stock": 15000,
< "unit": "piece",
< "supplier": {
< "id": "supplier-88",
< "name": "Example Authorized Supplier",
< "loginId": "seller88"
< },
< "badges": [
< "verified-export"
< ],
< "promotions": [
< "buyer-supplied summer tier"
< ]
< },
< "sourceName": "Buyer-owned 1688 export",
< "sourceLicense": "Buyer confirms authorization to process and deliver this export.",
< "sourceRetrievedAt": "2026-08-13T00:00:00Z"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/zinin~china-1688-supplier-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'