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

    Product

    {
        "id": 0,
        "name": "string",
        "category_id": 0,
        "category_name": "string",
        "product_type": "string",
        "ean_code": "string",
        "barcode": "string",
        "sku": "string",
        "image": "string",
        "weight": 0,
        "stock": 0,
        "base_currency_id": 0,
        "currency_symbol": "string",
        "currency_code": "string",
        "spot_price": 0,
        "price": 0,
        "tax_rate": 0,
        "limits": {
            "buy": {
                "max": "string",
                "min": "string"
            },
            "sell": {
                "max": "string",
                "min": "string"
            }
        },
        "buy_price": 0,
        "sell_price": 0,
        "basecurrency": {
            "id": 0,
            "name": "string",
            "type": "string",
            "code": "string",
            "symbol": "string",
            "symbol_position": "prefix",
            "decimals": 0,
            "color": "string",
            "price": 0,
            "updated_at": "string"
        },
        "updated_at": "string"
    }
    Built with