Homepage Order Information
Claude

Claude

Claude Subscription – Primary Account Upgrade or Ready-Use Account | Cao Shop Work faster with Claude, Anthropic’s AI assistant built for writing, analysis, research, coding, and ...

Tài liệu API sản phẩm

GET https://caoshop.net/api/v1/products/list?search=claude
Response chứa:
  • id - ID sản phẩm
  • name - Tên sản phẩm
  • plans[] - Danh sách gói: id, name, price, sale_price, fields[]
Thông tin sản phẩm này:
Product ID: 60
Slug: claude
Plans:
ID: 4520 - Claude Gift Code - Pro
ID: 4521 - Claude Gift Code - Max x5
ID: 4522 - Claude Gift Code - Max x20
Sample code:
curl "https://caoshop.net/api/v1/products/list" \
  -H "X-API-Key: sk_live_your_api_key_here" \
  -H "X-API-Secret: sk_secret_your_api_secret_here"
POST https://caoshop.net/api/v1/orders/create
Request Body:
{
  "items": [
    {
      "plan_id": 4520,
      "quantity": 1,
      "fields": {
        "field_key": "field_value"
      }
    }
  ],
  "coupon_code": ""
}
Các gói có thể mua:
Plan ID Package name Price
4520 Claude Gift Code - Pro $16.00
4521 Claude Gift Code - Max x5 $62.00
4522 Claude Gift Code - Max x20 $120.00
Sample code:
curl -X POST "https://caoshop.net/api/v1/orders/create" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: sk_live_your_api_key_here" \
  -H "X-API-Secret: sk_secret_your_api_secret_here" \
  -d '{"items":[{"plan_id":4520,"quantity":1}]}'
GET https://caoshop.net/api/v1/orders/status?trans_id={trans_id}
Parameters:
  • trans_id - Mã giao dịch từ kết quả tạo đơn
Response chứa:
  • order - Order information
  • delivery.items - Delivery details
  • status - pending, processing, completed, cancelled
Sample code:
curl "https://caoshop.net/api/v1/orders/status?trans_id=ORD123456" \
  -H "X-API-Key: sk_live_your_api_key_here" \
  -H "X-API-Secret: sk_secret_your_api_secret_here"
Claude Gift Code - Pro

Claude Gift Code - Pro

Order
$16.00
Claude Gift Code - Max x5

Claude Gift Code - Max x5

Order
$62.00
Claude Gift Code - Max x20

Claude Gift Code - Max x20

Order
$120.00
Package details Claude Gift Code - Pro

- Please use gift code in first 24 hours
- Warranty for this case: "gift no longer available" -> replace new key
- Not warranty for this case: disabled account, banned account or or unable to upgrade due to outstanding debt from previous plan.

No fields need to be filled in.

Do you have a discount code?
Estimate $16.00
Total $16.00