Minted Connect
  1. Responses
Minted Connect
  • Partner
  • E-Commerce API
  • Embedded Webview
  • Walletable E-Commerce
  • Requests
    • Purchase / Sell Item
    • Credit Card
    • Credit Card With Token
  • Responses
    • Order Response
    • Pricefix Response
    • Installment Item
  • Enums
    • Basket Status
    • Payment Type
    • Card Types
    • Order Item Delivery
    • Metal Types
    • Currency Types
    • Address Types
    • Order Status
  • ecom
    • Ecom Order
    • Shipping Address
    • Billing Address
    • Ecom OrderItem
    • Order Payment
    • Product
    • Category
    • Base Product Currency
    • Invoice Types
    • ECom Payment
  • Partner
  • Product
  • Base Product Currency
  • Metal Currency
  • Order Schema
  • Order Item Schema
  • Order customer schema
  • Partner account
  • Post Order Item Schema
  • Customer Summary
  • OrderCustomerRequestScheme
  • CurrencyField
  • Payment Scheme
  • Order Address
  1. Responses

Order Response

{
    "order_code": [
        "string"
    ],
    "guid": [
        "string"
    ],
    "price": 0,
    "tax": 0,
    "total": 0,
    "order_at": "string",
    "orders": [
        {
            "guid": "string",
            "order_code": "string",
            "external_id": "string",
            "type": "Buy",
            "price": 0,
            "tax": 0,
            "total": 0,
            "payment_cost": 0,
            "currency_code": "string",
            "status_name": "Created",
            "items": [
                {
                    "sku": "string",
                    "product_id": 0,
                    "product_name": "string",
                    "spot_price": 0,
                    "price": 0,
                    "tax_rate": 0,
                    "tax": 0,
                    "amount": 0,
                    "total": 0
                }
            ],
            "customer": {
                "external_id": "string",
                "firstname": "string",
                "middlename": "string",
                "lastname": "string",
                "fullname": "string",
                "email": "string",
                "phone": "string",
                "gender": "string",
                "identity_number": "string",
                "birthdate": "string"
            },
            "payment_type": "cash",
            "payment": {
                "state": "new",
                "redirect_url": "string",
                "token": "string",
                "is_3d": true,
                "auth_mode": "preauth",
                "amount": 0,
                "comission": 0,
                "total": 0,
                "details": {
                    "card_holder": "string",
                    "card_number": "stringstringstri",
                    "card_expiry": "12/24",
                    "card_cvv": "stri",
                    "card_association": "mastercard",
                    "customer_ip": "string"
                }
            },
            "delivery": {
                "status_id": 0,
                "status_name": "string",
                "cargo_tracking_url": "string",
                "cargo_tracking_number": "string",
                "sync_status": true,
                "products": [
                    {
                        "product_id": 0,
                        "sku": "string",
                        "product_name": "string",
                        "amount": 0
                    }
                ]
            },
            "address": {
                "billing": {
                    "external_id": "string",
                    "invoice_type": "Individual",
                    "fullname": "string",
                    "company_name": "string",
                    "phone": "string",
                    "email": "[email protected]",
                    "city": "string",
                    "county": "string",
                    "district": "string",
                    "address": "string",
                    "zipcode": "strin",
                    "street": "string",
                    "tax_office": "string",
                    "tax_number": "string"
                },
                "shipping": {
                    "id": 0,
                    "external_id": "string",
                    "tax_number": "string",
                    "fullname": "string",
                    "phone": "string",
                    "city": "string",
                    "county": "string",
                    "district": "string",
                    "address": "string",
                    "zipcode": "strin",
                    "street": "string"
                }
            },
            "description": "1gr - #GAU"
        }
    ]
}
Built with