This is a standard example of the response from the Fetch Product List endpoint (/api/product/merchant/invited/list). It illustrates how data is structured and what each field represents:
url -X POST https://sandbox-service.wupex.com/api/product/merchant/invited/list \
-H "x-api-key: YOUR_SANDBOX_KEY" \
-H "Accept-Language: en-US" \
-H "Content-Type: application/json" \
-d '{"page":1,"pageSize":20}'
For production, switch domain and key:
curl -X POST https://service.wupex.com/api/product/merchant/invited/list \
-H "x-api-key: YOUR_PRODUCTION_KEY" \
-H "Accept-Language: en-US" \
-H "Content-Type: application/json" \
-d '{"page":1,"pageSize":20}'
curl -X POST https://sandbox-service.wupex.com/api/order/pull-codes \
-H "x-api-key: YOUR_SANDBOX_KEY" \
-H "Accept-Language: en-US" \
-H "Content-Type: application/json" \
-d '[
{
"merchant": "MyMerchant",
"sku": "GOOGLE-USA-10USD",
"quantity": 2
}
]'
Then in production:
curl -X POST https://service.wupex.com/api/order/pull-codes \
-H "x-api-key: YOUR_PRODUCTION_KEY" \
-H "Accept-Language: en-US" \
-H "Content-Type: application/json" \
-d '[{"merchant":"MyMerchant","sku":"APPLE-USA-15USD","quantity":1}]'
curl -X POST https://sandbox-service.wupex.com/api/order/list \
-H "x-api-key: YOUR_SANDBOX_KEY" \
-H "Accept-Language: en-US" \
-H "Content-Type: application/json" \
-d '{
"page":1,
"pageSize":20,
"orderColumn":"orderDate",
"order":"DESC"
}'
curl -X GET "https://sandbox-service.wupex.com/api/order/detail?orderName=A00000000000123" \ -H "x-api-key: YOUR_SANDBOX_KEY" \ -H "Accept-Language: en-US"
curl -X GET https://sandbox-service.wupex.com/api/customer/balance \ -H "x-api-key: YOUR_SANDBOX_KEY" \ -H "Accept-Language: en-US"
Say goodbye to delays, fraud, and complex setups—our solution is built for speed and trust.
Copyright © 2024 WUPEX | All Rights Reserved.
Copyright © 2024 WUPEX | All Rights Reserved.