{"info":{"_postman_id":"cc6d48d9-8c48-4fd1-8ac4-c7bf8ecb7141","name":"Magento 2 Custom Price Extension","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"cc6d48d9-8c48-4fd1-8ac4-c7bf8ecb7141","publishedId":"2sBY4HT3Z1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-02T04:41:56.000Z"},"item":[{"name":"REST API","item":[{"name":"ConfigValue","id":"47b58863-d0b0-466d-9929-c5660859e759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"storeid\" : 2\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/Customprice/configvalue","urlObject":{"path":["rest","all","V1","Customprice","configvalue"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47b58863-d0b0-466d-9929-c5660859e759"},{"name":"perproductlimit","id":"a5e00014-8492-4a79-9020-4c88445ac3b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"productid\": 1,\n  \"price\": 1,\n  \"storeid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/Customprice/perproductlimit","urlObject":{"path":["rest","all","V1","Customprice","perproductlimit"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5e00014-8492-4a79-9020-4c88445ac3b8"},{"name":"updateitemprice","id":"aad6d4cc-0793-4a48-96a6-db4ca8f2f18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cartId\": 1,\n  \"itemid\": 1,\n  \"price\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/Customprice/updateitemprice","urlObject":{"path":["rest","all","V1","Customprice","updateitemprice"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aad6d4cc-0793-4a48-96a6-db4ca8f2f18b"}],"id":"64453d15-649e-48f5-9a9f-9d5fb056027c","_postman_id":"64453d15-649e-48f5-9a9f-9d5fb056027c","description":""},{"name":"GraphQL","item":[{"name":"ConfigValue","id":"e95723e4-7d41-4e7f-a064-b07f0b036903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  storeConfig {\n    id\n    code\n    customprice_config {\n      status\n      module_enabled\n      product_option\n      minimum_price\n      frontend_label\n      frontend_error_message\n      message\n    }\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e95723e4-7d41-4e7f-a064-b07f0b036903"},{"name":"perproductlimit","id":"030af6b8-9d37-4d7f-be46-cc398ccf4b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  Getproductlimit(\n    input: {\n      productid: 2050\n      price: 900\n      storeid: 1\n    }\n  ) {\n    status\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"030af6b8-9d37-4d7f-be46-cc398ccf4b65"},{"name":"updateitemprice","id":"edfc1829-cbb7-41ef-93fa-d5a416bc0035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  updateitemprice(\n    input: {\n      cartId: 2\n      itemid: 180\n      price: 74\n    }\n  ) {\n    status\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edfc1829-cbb7-41ef-93fa-d5a416bc0035"}],"id":"f6462466-847c-4256-baa7-0a7fa214ff79","_postman_id":"f6462466-847c-4256-baa7-0a7fa214ff79","description":""}]}