AhmetxAksoy adlı üyeden alıntı: mesajı görüntüle
küçük bir kaynak iletebilir misiniz hocam bir türlü aşamadım o adımı.
curl --request GET
--url https://api.shopier.com/v1/orders/orderid
--header 'accept: application/json'
--header 'authorization: Bearer token'


response:
{
  "id": "xxxx",
  "status": "fulfilled",
  "paymentStatus": "paid",
  "installments": false,
  "dateCreated": "2026-05-05T19:00:04+0300",
  "currency": "TRY",
  "paymentMethod": "debitCard",
  "totals": {
    "subtotal": "74.80",
    "shipping": "0.00",
    "discount": "0.00",
    "total": "74.80"
  },
  "discounts": [],
  "shippingInfo": {
    "firstName": "xxx",
    "lastName": "xxx",
    "nationalId": "",
    "email": "xxx@gmail.com",
    "phone": "+90 543 000 00 00",
    "company": "digital",
    "address": "Dijital ürün",
    "district": "",
    "city": "",
    "state": "",
    "postcode": "",
    "country": "Türkiye"
  },
  "billingInfo": {},
  "note": "",
  "lineItems": [
    {
      "productId": "xxxx",
      "title": "xxxx",
      "type": "digital",
      "selection": [],
      "options": [],
      "quantity": 1,
      "price": "74.80",
      "total": "74.80"
    }
  ],
  "fulfillments": [
    {
      "orderId": "xxxx",
      "status": "shipped",
      "method": "standard",
      "type": "firstShipment",
      "dateCreated": "2026-05-05T19:00:31+0300",
      "dateDispatched": "",
      "company": "digital",
      "code": "",
      "trackingNumber": "teslim edildi",
      "trackingUrl": "",
      "size": "",
      "sizeUnit": "",
      "weight": "",
      "weightUnit": "",
      "cost": "",
      "currency": ""
    }
  ],
  "returns": [],
  "refunds": []
}