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

Prices

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/ecom/prices
Last modified:2024-08-07 10:13:57
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="***"
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/prices' \
--header 'api-version: 2' \
--header 'api-version;' \
--header 'x-client-id;' \
--header 'Accept-Language: tr'

Responses

🟢200OK
application/json
Body
data
object 
required
pricefix
object 
required
items
array [object {5}] 
required
success
boolean 
required
code
integer 
required
message
string 
required
Example
{
    "data": {
        "pricefix": {
            "remaining": 235,
            "nextUpdate": "2024-06-26T00:15:43+03:00"
        },
        "items": [
            {
                "id": 51,
                "sku": "MNT0001",
                "list_price": 2803.36,
                "sale_price": 2803.36,
                "stock": 20
            },
            {
                "id": 52,
                "sku": "MNT0009",
                "list_price": 2803.36,
                "sale_price": 2803.36,
                "stock": 9821
            },
            {
                "id": 53,
                "sku": "MNT0013",
                "list_price": 1965.24,
                "sale_price": 1965.24,
                "stock": 50
            },
            {
                "id": 54,
                "sku": "MNT0002",
                "list_price": 6994.52,
                "sale_price": 6994.52,
                "stock": 9972
            },
            {
                "id": 55,
                "sku": "MNT0010",
                "list_price": 6938.99,
                "sale_price": 6938.99,
                "stock": 9986
            },
            {
                "id": 56,
                "sku": "MNTG100",
                "list_price": 3930.46,
                "sale_price": 3930.46,
                "stock": 990
            },
            {
                "id": 57,
                "sku": "MNT0003",
                "list_price": 13989.02,
                "sale_price": 13989.02,
                "stock": 9947
            },
            {
                "id": 58,
                "sku": "MNT0011",
                "list_price": 13961.26,
                "sale_price": 13961.26,
                "stock": 9943
            },
            {
                "id": 59,
                "sku": "NDRG250",
                "list_price": 9826.16,
                "sale_price": 9826.16,
                "stock": 996
            },
            {
                "id": 60,
                "sku": "NDR502",
                "list_price": 138779.94,
                "sale_price": 138779.94,
                "stock": 0
            },
            {
                "id": 61,
                "sku": "NDR100",
                "list_price": 277559.89,
                "sale_price": 277559.89,
                "stock": 0
            },
            {
                "id": 62,
                "sku": "MNT0012",
                "list_price": 27894.77,
                "sale_price": 27894.77,
                "stock": 98
            }
        ]
    },
    "success": true,
    "code": 0,
    "message": ""
}
🟠401Unauthorized
Previous
Get Product
Next
Categories
Built with