Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"{
"customer": {
"external_id": "{{customer_external_id}}",
"firstname": "John",
"lastname": "Due",
"phone": "+905180001923",
"email": "[email protected]"
},
"external_id": "{% faker datatype.uuid %}",
"sku": "GAU",
"amount": 3,
"address": {
"billing": {
"company_name": "Şirket Adı",
"fullname": "John Due",
"invoice_type": "Individual",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"address": "No: 37/4"
},
"shipping": {
"company_name": "Şirket Adı",
"fullname": "John Due",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"address": "No: 37/4"
}
}
}curl --location --request POST 'https://api.staging.mintedconnect.com/partner/delivery/create' \
--header 'x-client-id: web' \
--header 'api-version: 3' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": {
"external_id": "",
"firstname": "John",
"lastname": "Due",
"phone": "+905180001923",
"email": "[email protected]"
},
"external_id": "{% faker datatype.uuid %}",
"sku": "GAU",
"amount": 3,
"address": {
"billing": {
"company_name": "Şirket Adı",
"fullname": "John Due",
"invoice_type": "Individual",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"address": "No: 37/4"
},
"shipping": {
"company_name": "Şirket Adı",
"fullname": "John Due",
"city": "İstanbul",
"county": "Beykoz",
"district": "Acarlar Mah.",
"address": "No: 37/4"
}
}
}'{
"data": {
"id": 9855,
"guid": "A436AB8F-E6EC-49A4-B981-322C411022F0",
"token": "vVLhrg3WkSeqmhmO9yK8PKsOP4c6FktI",
"order_code": "RVJIN8VS",
"external_id": "8ad02b14-1ea4-47e2-b16e-f334d1405ad8",
"channel": "web",
"tx_type": "delivery",
"price_token": null,
"price": 81.57,
"tax": 0,
"total": 81.57,
"paid_total": 81.57,
"currency_rate": 1,
"currency_total": 81.57,
"status_id": 1,
"status_name": "Created",
"order_at": "2025-11-11T17:15:57+03:00",
"payment_cost": 0,
"items": [
{
"item_currency_id": 1000004,
"item_currency_name": "Gold",
"product_id": 3000001,
"sku": "GAU",
"product_name": "Gold - Digital storage",
"product_weight": 1,
"spot_price": 0,
"price": 0,
"tax_rate": 0,
"tax": 0,
"amount": 1,
"total": 81.57,
"currency_id": 1000003,
"currency_rate": 1,
"currency_total": 0
}
],
"customer": {
"external_id": "f61c123d-6acf-44e8-8533-a7f67b206ba0",
"firstname": "John",
"middlename": "",
"lastname": "Due",
"fullname": "John Due",
"email": "[email protected]",
"phone": "+905180001923",
"gender": "M",
"identity_number": "12345678910",
"tax_office": null,
"birthdate": "1970-01-31",
"account_type": "person"
}
},
"success": true,
"code": 0,
"message": ""
}