Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{
"external_customer_id": "{{external_customer_id}}",
"cart_token": "{{cart_token}}",
"card_bin": "535616",
"shipping": {
"external_id":"optional",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"street": "Sokak adı",
"address": "54 sok. No: 12"
},
"billing": {
"external_id":"optional-1",
"invoice_type": "Individual",
"company_name": "",
"email": "[email protected]",
"phone": "+905551112233",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"street": "Sokak adı",
"address": "54 sok. No: 13",
"tax_number": "2838293932",
"tax_office":""
}
}
curl --location --request PATCH 'https://api.staging.mintedconnect.com/partner/ecom/basket/setaddress' \
--header 'x-client-id;' \
--header 'api-version: 3' \
--header 'Accept-Language: tr' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_customer_id": "MTD0018232",
"cart_token": "{{cart_token}}",
"card_bin": "535616",
"shipping": {
"external_id":"optional",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"street": "Sokak adı",
"address": "54 sok. No: 12"
},
"billing": {
"external_id":"optional-1",
"invoice_type": "Individual",
"company_name": "",
"email": "[email protected]",
"phone": "+905551112233",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"street": "Sokak adı",
"address": "54 sok. No: 13",
"tax_number": "2838293932",
"tax_office":""
}
}'
{
"data": {
"pricefix": {
"remaining": -2,
"nextUpdate": "2024-08-08T12:15:11+03:00"
},
"id": 291,
"order_creation_status": "basket",
"external_id": null,
"increment_id": "MC_66C7446E7F53E",
"token": "a7pVXOoOi0p3UZaHAF8Uyn6mzzS6QUh6",
"price": 2921.03,
"tax": 0,
"delivery_price": 65,
"insurance_price": 8.12,
"total": 2921.03,
"payment_cost": 0,
"paid_total": 2921.03,
"currency_code": "TRY",
"status_id": 1,
"status_name": "Created",
"customer": {
"external_id": "6679139d3df0004a8708fab5",
"firstname": "John",
"middlename": "",
"lastname": "Due",
"fullname": "John Due",
"email": "[email protected]",
"phone": "+905399322972",
"gender": null,
"identity_number": "",
"birthdate": "0000-00-00"
},
"shippingaddress": {
"id": 60,
"type": "shipping",
"invoice_type": "Individual",
"company_name": "",
"tax_office": "",
"tax_number": "",
"external_id": "optional",
"fullname": "Hasan Uzuner",
"phone": "+905399322972",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"street": "Sokak adı",
"zipcode": "",
"address": "54 sok. No: 12"
},
"billingaddress": {
"id": 59,
"type": "billing",
"invoice_type": "Individual",
"company_name": "Minted LTD",
"tax_office": "Beykoz",
"tax_number": "2838293932",
"external_id": "optional-1",
"fullname": "John Due",
"email": "[email protected]",
"phone": "+905399322972",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"street": "Sokak adı",
"zipcode": "",
"address": "54 sok. No: 13"
},
"payment": null,
"order_at": "2024-07-26T23:46:26.000000Z",
"items": [
{
"item_currency_id": 1000006,
"item_currency_name": "Physical Gold",
"product_id": 3000065,
"sku": "MNT0001",
"product_name": "Minted 1 Gr 999,9 Külçe Altın (NadirGold)",
"product_weight": 1.01,
"price": 2921.03,
"tax_rate": 0,
"tax": 0,
"amount": 1,
"total": 2921.03,
"product_images": [
"https://minted-tr.mncdn.com/products/10/Z1P5eT1ggOvmgyS5bwFeW1qZwS41zj5FOL3gu4Fv.png",
"https://minted-tr.mncdn.com/products/10/JxMzuWaZkljzWoVXzfKZPWYY2FeAU1TQY1sAtMnv.png",
"https://minted-tr.mncdn.com/products/10/qzyXgt51f7ndySM5QpMQqyDN6QBZXqAomsyshp5r.png",
"https://minted-tr.mncdn.com/products/10/sKZiiWqLA9PdejL5mG2sMWOyPJl7FWD95ILsYtx4.png"
],
"prices": [
{
"name": "Minted Markup",
"price": 0
},
{
"name": "Sigorta",
"price": 5.45
},
{
"name": "Kargo",
"price": 0
},
{
"name": "Market Komisyon",
"price": 191.1
}
]
}
]
},
"success": true,
"code": 0,
"message": ""
}