Minted Connect
  1. ecom
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. ecom

Ecom Order

{
    "pricefix": {
        "remaining": 0,
        "nextUpdate": "string",
        "updated": true
    },
    "id": 0,
    "guid": "string",
    "order_creation_status": "basket",
    "token": "string",
    "external_id": "string",
    "increment_id": "stringstringstri",
    "price": 0,
    "tax": 0,
    "total": 0,
    "delivery_price": 0,
    "insurance_price": 0,
    "market_commission": 0,
    "minted_markup_price": 0,
    "silver_craftsmanship": 0,
    "paid_total": 0,
    "currency_rate": 0,
    "currency_total": 0,
    "status_id": 0,
    "status_name": "Pending",
    "delivery": {
        "cargo_tracking_number": "string",
        "cargo_tracking_url": "string"
    },
    "order_at": "2024-07-19T09:39:03.000000Z",
    "payment_cost": 0,
    "items": [
        {
            "item_currency_id": 0,
            "item_currency_name": "string",
            "product_id": 0,
            "sku": "string",
            "product_name": "string",
            "product_weight": 0,
            "spot_price": 0,
            "price": 0,
            "tax_rate": 0,
            "tax": 0,
            "amount": 0,
            "total": 0,
            "prices": [
                {
                    "id": 0,
                    "name": "string",
                    "price": 0
                }
            ]
        }
    ],
    "customer": {
        "external_id": "string",
        "firstname": "string",
        "middlename": "string",
        "lastname": "string",
        "fullname": "string",
        "email": "string",
        "phone": "string",
        "gender": "M",
        "identity_number": "string",
        "birthdate": "string"
    },
    "shippingaddress": {
        "id": 0,
        "external_id": "string",
        "tax_number": "string",
        "fullname": "string",
        "phone": "string",
        "city": "string",
        "county": "string",
        "district": "string",
        "address": "string",
        "zipcode": "strin",
        "street": "string"
    },
    "billingaddress": {
        "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"
    },
    "payment": {
        "redirect_url": "string",
        "token": "string",
        "is_3d": true,
        "auth_mode": "string",
        "amount": 0,
        "state": "string",
        "comission": 0,
        "total": 0,
        "details": [
            "string"
        ]
    }
}
Built with