API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
curl --location --request GET 'https://api.linksfield.net/cube/v4/orders/OL-6XB9J1KCTI4' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization;' \
--header 'X-LF-Api-Version;' \
--header 'X-LF-Signature-Type;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'Content-Type: application/json'{
    "data": {
        "type": 1,
        "status": 3,
        "items": [
            {
                "quantity": 10,
                "price": 200,
                "id": "CP-6HPXSE6LLEGP"
            }
        ],
        "accounting": {
            "currency": "CNY",
            "discount": 3,
            "coupon_id": "10090678256",
            "pay_channel": 1,
            "total_amount": 2000
        },
        "contact": {
            "name": "李佳威",
            "email": "22456789045@qq.com",
            "tel_area": "86",
            "tel_code": "13567987906",
            "mobile_area": "0375",
            "mobilde_no": "5969789"
        },
        "extra": {
            "po": "此订单仅支持测试使用-uat@everybody!",
            "remarks": "订单可用"
        },
        "callback": "http://localhost/mno-gateway/internal/callback",
        "id": "OL-6XB9J1KCTI43",
        "order_by": null,
        "delivery_info": null,
        "delivery_address": {
            "country": "中国",
            "province": "上海",
            "city": "上海",
            "district": "闵行区",
            "town": "人民路21号中华老字号",
            "zip": "463000",
            "detail": "亚洲中国上海市闵行区人民路21号中华老字号光明街路易大道北走500米",
            "special_instructions": "发顺丰快递"
        },
        "created_at": "2023-06-15T02:41:27.000+00:00"
    },
    "status": {
        "code": "CB-00-0000",
        "message": "成功",
        "detail": "https://developer.linksfield.net/doc-1413557?nav=01GBM770ARR76AXBD5856Z6J6P"
    }
}