Minted Connect
    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

    Order 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"
        }
    }
    Built with