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

Product

{
    "id": 0,
    "name": "string",
    "text": "string",
    "barcode": "string",
    "sku": "string",
    "stock": 0,
    "currency_code": "string",
    "list_price": 0,
    "sale_price": 0,
    "product_images": [
        "string"
    ],
    "basecurrency": {
        "id": 0,
        "name": "string",
        "invoice_name": "string",
        "shortname": "string",
        "type": "metal",
        "metal_type": "Gold",
        "code": "string",
        "symbol": "string",
        "division_factor": 0,
        "symbol_position": "string",
        "decimals": 0,
        "color": "string",
        "updated_at": "string"
    },
    "category": {
        "id": 0,
        "parent_id": 0,
        "name": "string",
        "slug": "string",
        "order": 0,
        "active": true,
        "items": [
            {}
        ]
    }
}
Built with