Minted Connect
  1. Catalog
Minted Connect
E-Commerce API
  • Partner
  • E-Commerce API
  • Catalog
    • Products
      GET
    • Get Product
      GET
    • Prices
      GET
    • Categories
      GET
  • Customers
    • Create Customer
      POST
    • Update Customer
      PATCH
    • Remove Customer Id
      DELETE
    • Get Customer
      GET
  • Customer Address
    • Customer Address - List
      GET
    • Customer Address - Delete
      DELETE
    • Customer Address - Create (Shipping)
      POST
    • Customer Address - Create (Billing)
      POST
    • Customer Address - Create Multiple
      POST
  • Checkout
    • Get Basket
      GET
    • Get Incomplete Baskets
      GET
    • Add to Basket (New basket)
      POST
    • Add to Basket (Existing Basket)
      POST
    • Set Existing Address
      PATCH
    • Set Custom Address
      PATCH
    • Update Item
      PATCH
    • Delete Item
      DELETE
    • Clear Basket (Delete Items)
      DELETE
    • Payment Get All Types
      GET
    • Complete Basket
      PUT
    • Get Orders
      GET
    • Get Order
      POST
  • Legal
    • Legal Types
    • Partner Legal PDF
  1. Catalog

Products

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/ecom/products
Last modified:2024-09-05 10:29:27
Maintainer:Not configured

Request

Authorization
Provide your encrypted digest scheme data in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
Query Params
page
integer 
required
>= 1
Example:
1
total
integer 
required
>= 5<= 100
Example:
10
Header Params
api-version
string 
optional
Example:
2
x-client-id
string 
required
Default value: web
Default:
web
Accept-Language
string 
optional
Default:
tr

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.staging.mintedconnect.com/partner/ecom/products?page=1&total=10' \
--header 'api-version: 2' \
--header 'api-version;' \
--header 'x-client-id;' \
--header 'Accept-Language: tr'

Responses

🟢200OK
application/json
Body
data
object 
required
current_page
integer 
required
data
array[object (Product) {12}] 
required
first_page_url
string 
required
from
integer 
required
last_page
integer 
required
last_page_url
string 
required
links
array [object {3}] 
required
next_page_url
string 
required
path
string 
required
per_page
integer 
required
prev_page_url
null 
required
to
integer 
required
total
integer 
required
success
boolean 
required
code
integer 
required
message
string 
required
Example
{
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 3000065,
                "name": "Minted 1 Gr 999,9 Külçe Altın (NadirGold)",
                "text": "Ürün açıklaması",
                "barcode": "MNTMNT0001",
                "sku": "MNT0001",
                "stock": 20,
                "currency_code": "TRY",
                "list_price": 2804.78,
                "sale_price": 2804.78,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/10/Z1P5eT1ggOvmgyS5bwFeW1qZwS41zj5FOL3gu4Fv.png",
                    "https://minted-tr.mncdn.com/products/10/JxMzuWaZkljzWoVXzfKZPWYY2FeAU1TQY1sAtMnv.png",
                    "https://minted-tr.mncdn.com/products/10/qzyXgt51f7ndySM5QpMQqyDN6QBZXqAomsyshp5r.png",
                    "https://minted-tr.mncdn.com/products/10/sKZiiWqLA9PdejL5mG2sMWOyPJl7FWD95ILsYtx4.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000066,
                "name": "Nadir 1 Gr 995,0 Külçe Altın",
                "text": "Ürün açıklaması 2",
                "barcode": "MNTMNT0009",
                "sku": "MNT0009",
                "stock": 9821,
                "currency_code": "TRY",
                "list_price": 2804.78,
                "sale_price": 2804.78,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/21/fTAMAGmwRq7N66SeMZwnzNsGspeyCev6hav9CawI.png",
                    "https://minted-tr.mncdn.com/products/21/8EQMX0oXp74vRgu58hvLpNl9z6jQSdH5mEwBSwkI.png",
                    "https://minted-tr.mncdn.com/products/21/ZY3HWhxMykUqvyJMAayi17vdCMJpFiu9e0tgCksV.png",
                    "https://minted-tr.mncdn.com/products/21/Qt0WDsAiYhegoLVOmwak9aGdmpEr6MTegIvo267J.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000067,
                "name": "Minted 50 Gr Gümüş (Nadir Metal)",
                "text": "Ürün açıklaması 3",
                "barcode": "MNTMNT0013",
                "sku": "MNT0013",
                "stock": 50,
                "currency_code": "TRY",
                "list_price": 1965.77,
                "sale_price": 1965.77,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/25/YToYYHKI2qwxGY6hFhLg2t01b7ktbZHeaqip9PvN.png",
                    "https://minted-tr.mncdn.com/products/25/nNuD08frgQLkbrL8UicTht6XexeHP3fSdhs73OTD.png"
                ],
                "basecurrency": {
                    "id": 1000007,
                    "name": "Physical Silver",
                    "invoice_name": "Granül Gümüş",
                    "shortname": "minted-silver",
                    "type": "metal",
                    "metal_type": "silver",
                    "code": "PAG",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-02-11T15:19:17+03:00"
                },
                "category": {
                    "id": 5,
                    "parent_id": 4,
                    "name": "Physical Silver",
                    "slug": "/physical-silver",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000071,
                "name": "Minted 2,5 Gr 999,9 Külçe Altın",
                "text": "",
                "barcode": "MNTMNT0002",
                "sku": "MNT0002",
                "stock": 9972,
                "currency_code": "TRY",
                "list_price": 6998.07,
                "sale_price": 6998.07,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/14/XfRIbpY6xiIEDr99KHosWRI1v8tLMXCiV49WItm7.png",
                    "https://minted-tr.mncdn.com/products/14/KnwRvgXwGe1emq3jNmncg2jwTP6fHHavcAh075HW.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000072,
                "name": "Nadir 2.5 Gr 995,0 Külçe Altın",
                "text": "Ürün açıklaması",
                "barcode": "MNTMNT0010",
                "sku": "MNT0010",
                "stock": 9986,
                "currency_code": "TRY",
                "list_price": 6942.53,
                "sale_price": 6942.53,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/22/115FLE6eIY32XRReGxlE1cB5xAuAkrDvQa7SRnR6.png",
                    "https://minted-tr.mncdn.com/products/22/kPqVuThffE8PICB1k8Jkc1CbKREaYKAQjfGg43nn.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000073,
                "name": "Nadir 100 Gr Gümüş",
                "text": "Ürün açıklaması",
                "barcode": "MNTMNTG100",
                "sku": "MNTG100",
                "stock": 990,
                "currency_code": "TRY",
                "list_price": 3931.53,
                "sale_price": 3931.53,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/26/wguHcrK4yndx5b1XkHTNcrrZc3uqKsogYhwWmTF4.png"
                ],
                "basecurrency": {
                    "id": 1000007,
                    "name": "Physical Silver",
                    "invoice_name": "Granül Gümüş",
                    "shortname": "minted-silver",
                    "type": "metal",
                    "metal_type": "silver",
                    "code": "PAG",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-02-11T15:19:17+03:00"
                },
                "category": {
                    "id": 5,
                    "parent_id": 4,
                    "name": "Physical Silver",
                    "slug": "/physical-silver",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000075,
                "name": "Minted 5 Gr 999,9 Külçe Altın",
                "text": "Ürün açıklaması",
                "barcode": "MNTMNT0003",
                "sku": "MNT0003",
                "stock": 9947,
                "currency_code": "TRY",
                "list_price": 13996.16,
                "sale_price": 13996.16,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/15/ROLMTlhyq7OVuLjU1TkBCBnP4ze4rUVP9hQNzNlV.png",
                    "https://minted-tr.mncdn.com/products/15/iUAluUkAqlPt9rUEXyaGiwuVBNIE1rYPS5ED5y85.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000076,
                "name": "Nadir 5 Gr 995,0 Külçe Altın",
                "text": "Ürün açıklaması",
                "barcode": "MNTMNT0011",
                "sku": "MNT0011",
                "stock": 9943,
                "currency_code": "TRY",
                "list_price": 13968.38,
                "sale_price": 13968.38,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/23/QtLWe9VrP2kti3ayeThUusZkw9IJCMq6jDiJXjWd.png",
                    "https://minted-tr.mncdn.com/products/23/nowiv44AHDRDawAtbR1GDGeQajcV1t5VTD7aFcK0.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000077,
                "name": "Minted 250 Gr Gümüş (Nadir Metal)",
                "text": "Ürün açıklaması",
                "barcode": "MNTNDRG250",
                "sku": "NDRG250",
                "stock": 996,
                "currency_code": "TRY",
                "list_price": 9828.85,
                "sale_price": 9828.85,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/27/dMwCBXRAZsNB7JGVltvynPOL7YRgVwEGZGHmb3xn.png",
                    "https://minted-tr.mncdn.com/products/27/Uan1QqpZscXHiTNbblPx7Yp0hawyLIB6yluXpYhA.jpg"
                ],
                "basecurrency": {
                    "id": 1000007,
                    "name": "Physical Silver",
                    "invoice_name": "Granül Gümüş",
                    "shortname": "minted-silver",
                    "type": "metal",
                    "metal_type": "silver",
                    "code": "PAG",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-02-11T15:19:17+03:00"
                },
                "category": {
                    "id": 5,
                    "parent_id": 4,
                    "name": "Physical Silver",
                    "slug": "/physical-silver",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            },
            {
                "id": 3000078,
                "name": "Minted 50 Gr 995,0 Külçe Altın (NadirGold)",
                "text": "Ürün açıklaması",
                "barcode": "NDR502",
                "sku": "NDR502",
                "stock": 0,
                "currency_code": "TRY",
                "list_price": 138850.71,
                "sale_price": 138850.71,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/25/YToYYHKI2qwxGY6hFhLg2t01b7ktbZHeaqip9PvN.png",
                    "https://minted-tr.mncdn.com/products/25/nNuD08frgQLkbrL8UicTht6XexeHP3fSdhs73OTD.png"
                ],
                "basecurrency": {
                    "id": 1000006,
                    "name": "Physical Gold",
                    "invoice_name": "Has Altın",
                    "shortname": "minted-gold",
                    "type": "metal",
                    "metal_type": "gold",
                    "code": "PAU",
                    "symbol": "",
                    "division_factor": 1,
                    "symbol_position": "prefix",
                    "decimals": 2,
                    "color": null,
                    "updated_at": "2024-04-29T16:57:58+03:00"
                },
                "category": {
                    "id": 2,
                    "parent_id": 1,
                    "name": "Physical Gold",
                    "slug": "/physical-gold",
                    "order": 0,
                    "active": true,
                    "items": []
                }
            }
        ],
        "first_page_url": "/?page=1",
        "from": 1,
        "last_page": 2,
        "last_page_url": "/?page=2",
        "links": [
            {
                "url": null,
                "label": "pagination.previous",
                "active": false
            },
            {
                "url": "/?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "/?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "/?page=2",
                "label": "pagination.next",
                "active": false
            }
        ],
        "next_page_url": "/?page=2",
        "path": "/",
        "per_page": 10,
        "prev_page_url": null,
        "to": 10,
        "total": 12
    },
    "success": true,
    "code": 0,
    "message": ""
}
🟠401Unauthorized
🟠404Record Not Found
Next
Get Product
Built with