Skip to content

Instantly share code, notes, and snippets.

@alvinnguyen
Created February 8, 2018 02:34
Show Gist options
  • Save alvinnguyen/3a4cc33c54eccd4b43c1f4e3511e5d7d to your computer and use it in GitHub Desktop.
Save alvinnguyen/3a4cc33c54eccd4b43c1f4e3511e5d7d to your computer and use it in GitHub Desktop.
Magento 2 REST API POSTman collection
{
"info": {
"name": "Magento Enterprise",
"_postman_id": "568abbbd-3033-0165-6f9e-748fc011684e",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "V1",
"description": "Folder for V1",
"item": [
{
"name": "store/storeViews",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/store/storeViews",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"store",
"storeViews"
]
},
"description": "Retrieve list of all stores"
},
"response": []
},
{
"name": "store/storeGroups",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/store/storeGroups",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"store",
"storeGroups"
]
},
"description": "Retrieve list of all groups"
},
"response": []
},
{
"name": "store/websites",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/store/websites",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"store",
"websites"
]
},
"description": "Retrieve list of all websites"
},
"response": []
},
{
"name": "store/storeConfigs?storeCodes={{storeCodes}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/store/storeConfigs?storeCodes={{storeCodes}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"store",
"storeConfigs"
],
"query": [
{
"key": "storeCodes",
"value": "{{storeCodes}}"
}
]
},
"description": ""
},
"response": []
},
{
"name": "directory/currency",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/directory/currency",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"directory",
"currency"
]
},
"description": "Get currency information for the store."
},
"response": []
},
{
"name": "directory/countries",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/directory/countries",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"directory",
"countries"
]
},
"description": "Get all countries and regions information for the store."
},
"response": []
},
{
"name": "directory/countries/:countryId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/directory/countries/:countryId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"directory",
"countries",
":countryId"
],
"variable": [
{
"value": "{{countryId}}",
"id": "countryId"
}
]
},
"description": "Get country and region information for the store."
},
"response": []
},
{
"name": "eav/attribute-sets/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/eav/attribute-sets/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"eav",
"attribute-sets",
"list"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve list of Attribute Sets This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#AttributeSetRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "eav/attribute-sets/:attributeSetId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/eav/attribute-sets/:attributeSetId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"eav",
"attribute-sets",
":attributeSetId"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Retrieve attribute set information based on given ID"
},
"response": []
},
{
"name": "eav/attribute-sets/:attributeSetId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/eav/attribute-sets/:attributeSetId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"eav",
"attribute-sets",
":attributeSetId"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Save attribute set data"
},
"response": []
},
{
"name": "eav/attribute-sets/:attributeSetId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/eav/attribute-sets/:attributeSetId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"eav",
"attribute-sets",
":attributeSetId"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Remove attribute set by given ID"
},
"response": []
},
{
"name": "eav/attribute-sets",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/eav/attribute-sets",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"eav",
"attribute-sets"
]
},
"description": "Create attribute set from data"
},
"response": []
},
{
"name": "customerGroups/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Get customer group by group ID."
},
"response": []
},
{
"name": "customerGroups/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Save customer group."
},
"response": []
},
{
"name": "customerGroups/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Delete customer group by ID."
},
"response": []
},
{
"name": "customerGroups/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve customer groups. The list of groups can be filtered to exclude the NOT_LOGGED_IN group using the first parameter and/or it can be filtered by tax class. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#GroupRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "customerGroups",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups"
]
},
"description": "Save customer group."
},
"response": []
},
{
"name": "customerGroups/default/:storeId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/default/:storeId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
"default",
":storeId"
],
"variable": [
{
"value": "{{storeId}}",
"id": "storeId"
}
]
},
"description": "Get default customer group."
},
"response": []
},
{
"name": "customerGroups/default?storeId={{storeId}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/default?storeId={{storeId}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
"default"
],
"query": [
{
"key": "storeId",
"value": "{{storeId}}"
}
]
},
"description": "Get default customer group."
},
"response": []
},
{
"name": "customerGroups/:id/permissions",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/:id/permissions",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
":id",
"permissions"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Check if customer group can be deleted."
},
"response": []
},
{
"name": "customerGroups/default/:id",
"request": {
"method": "PUT",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customerGroups/default/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customerGroups",
"default",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Set system default customer group."
},
"response": []
},
{
"name": "attributeMetadata/customer/attribute/:attributeCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customer/attribute/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customer",
"attribute",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve attribute metadata."
},
"response": []
},
{
"name": "attributeMetadata/customer/form/:formCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customer/form/:formCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customer",
"form",
":formCode"
],
"variable": [
{
"value": "{{formCode}}",
"id": "formCode"
}
]
},
"description": "Retrieve all attributes filtered by form code"
},
"response": []
},
{
"name": "attributeMetadata/customer",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customer",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customer"
]
},
"description": "Get all attribute metadata."
},
"response": []
},
{
"name": "attributeMetadata/customer/custom?dataInterfaceName={{dataInterfaceName}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customer/custom?dataInterfaceName={{dataInterfaceName}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customer",
"custom"
],
"query": [
{
"key": "dataInterfaceName",
"value": "{{dataInterfaceName}}"
}
]
},
"description": "Get custom attributes metadata for the given data interface."
},
"response": []
},
{
"name": "attributeMetadata/customerAddress/attribute/:attributeCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customerAddress/attribute/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customerAddress",
"attribute",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve attribute metadata."
},
"response": []
},
{
"name": "attributeMetadata/customerAddress/form/:formCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customerAddress/form/:formCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customerAddress",
"form",
":formCode"
],
"variable": [
{
"value": "{{formCode}}",
"id": "formCode"
}
]
},
"description": "Retrieve all attributes filtered by form code"
},
"response": []
},
{
"name": "attributeMetadata/customerAddress",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customerAddress",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customerAddress"
]
},
"description": "Get all attribute metadata."
},
"response": []
},
{
"name": "attributeMetadata/customerAddress/custom?dataInterfaceName={{dataInterfaceName}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/attributeMetadata/customerAddress/custom?dataInterfaceName={{dataInterfaceName}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"attributeMetadata",
"customerAddress",
"custom"
],
"query": [
{
"key": "dataInterfaceName",
"value": "{{dataInterfaceName}}"
}
]
},
"description": "Get custom attributes metadata for the given data interface."
},
"response": []
},
{
"name": "customers/:customerId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Get customer by Customer ID."
},
"response": []
},
{
"name": "customers/:customerId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Create or update a customer."
},
"response": []
},
{
"name": "customers/:customerId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Delete customer by Customer ID."
},
"response": []
},
{
"name": "customers/me",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/me",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"me"
]
},
"description": "Get customer by Customer ID."
},
"response": []
},
{
"name": "customers/me",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/me",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"me"
]
},
"description": "Create or update a customer."
},
"response": []
},
{
"name": "customers/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve customers which match a specified criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "customers",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers"
]
},
"description": "Create customer account. Perform necessary business operations like sending email."
},
"response": []
},
{
"name": "customers/me/activate",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/me/activate",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"me",
"activate"
]
},
"description": "Activate a customer account using a key that was sent in a confirmation email."
},
"response": []
},
{
"name": "customers/:email/activate",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:email/activate",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":email",
"activate"
],
"variable": [
{
"value": "{{email}}",
"id": "email"
}
]
},
"description": "Activate a customer account using a key that was sent in a confirmation email."
},
"response": []
},
{
"name": "customers/me/password",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/me/password",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"me",
"password"
]
},
"description": "Change customer password."
},
"response": []
},
{
"name": "customers/:customerId/password/resetLinkToken/:resetPasswordLinkToken",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId/password/resetLinkToken/:resetPasswordLinkToken",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId",
"password",
"resetLinkToken",
":resetPasswordLinkToken"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
},
{
"value": "{{resetPasswordLinkToken}}",
"id": "resetPasswordLinkToken"
}
]
},
"description": "Check if password reset token is valid."
},
"response": []
},
{
"name": "customers/password",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/password",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"password"
]
},
"description": "Send an email to the customer with a password reset link."
},
"response": []
},
{
"name": "customers/resetPassword",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/resetPassword",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"resetPassword"
]
},
"description": "Reset customer password."
},
"response": []
},
{
"name": "customers/:customerId/confirm",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId/confirm",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId",
"confirm"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Gets the account confirmation status."
},
"response": []
},
{
"name": "customers/confirm",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/confirm",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"confirm"
]
},
"description": "Resend confirmation email."
},
"response": []
},
{
"name": "customers/validate",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/validate",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"validate"
]
},
"description": "Validate customer data."
},
"response": []
},
{
"name": "customers/:customerId/permissions/readonly",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId/permissions/readonly",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId",
"permissions",
"readonly"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Check if customer can be deleted."
},
"response": []
},
{
"name": "customers/isEmailAvailable",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/isEmailAvailable",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"isEmailAvailable"
]
},
"description": "Check if given email is associated with a customer account in given website."
},
"response": []
},
{
"name": "customers/me/billingAddress",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/me/billingAddress",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"me",
"billingAddress"
]
},
"description": "Retrieve default billing address for the given customerId."
},
"response": []
},
{
"name": "customers/:customerId/billingAddress",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId/billingAddress",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId",
"billingAddress"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Retrieve default billing address for the given customerId."
},
"response": []
},
{
"name": "customers/me/shippingAddress",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/me/shippingAddress",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"me",
"shippingAddress"
]
},
"description": "Retrieve default shipping address for the given customerId."
},
"response": []
},
{
"name": "customers/:customerId/shippingAddress",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId/shippingAddress",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId",
"shippingAddress"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Retrieve default shipping address for the given customerId."
},
"response": []
},
{
"name": "customers/addresses/:addressId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/addresses/:addressId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
"addresses",
":addressId"
],
"variable": [
{
"value": "{{addressId}}",
"id": "addressId"
}
]
},
"description": "Retrieve customer address."
},
"response": []
},
{
"name": "addresses/:addressId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/addresses/:addressId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"addresses",
":addressId"
],
"variable": [
{
"value": "{{addressId}}",
"id": "addressId"
}
]
},
"description": "Delete customer address by ID."
},
"response": []
},
{
"name": "modules",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/modules",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"modules"
]
},
"description": "Returns an array of enabled modules"
},
"response": []
},
{
"name": "cmsPage/:pageId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsPage/:pageId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsPage",
":pageId"
],
"variable": [
{
"value": "{{pageId}}",
"id": "pageId"
}
]
},
"description": "Retrieve page."
},
"response": []
},
{
"name": "cmsPage/:pageId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsPage/:pageId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsPage",
":pageId"
],
"variable": [
{
"value": "{{pageId}}",
"id": "pageId"
}
]
},
"description": "Delete page by ID."
},
"response": []
},
{
"name": "cmsPage/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsPage/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsPage",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve pages matching the specified criteria."
},
"response": []
},
{
"name": "cmsPage",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsPage",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsPage"
]
},
"description": "Save page."
},
"response": []
},
{
"name": "cmsPage/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsPage/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsPage",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Save page."
},
"response": []
},
{
"name": "cmsBlock/:blockId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsBlock/:blockId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsBlock",
":blockId"
],
"variable": [
{
"value": "{{blockId}}",
"id": "blockId"
}
]
},
"description": "Retrieve block."
},
"response": []
},
{
"name": "cmsBlock/:blockId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsBlock/:blockId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsBlock",
":blockId"
],
"variable": [
{
"value": "{{blockId}}",
"id": "blockId"
}
]
},
"description": "Delete block by ID."
},
"response": []
},
{
"name": "cmsBlock/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsBlock/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsBlock",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve blocks matching the specified criteria."
},
"response": []
},
{
"name": "cmsBlock",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsBlock",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsBlock"
]
},
"description": "Save block."
},
"response": []
},
{
"name": "cmsBlock/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/cmsBlock/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"cmsBlock",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Save block."
},
"response": []
},
{
"name": "products?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Get product list"
},
"response": []
},
{
"name": "products",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products"
]
},
"description": "Create product"
},
"response": []
},
{
"name": "products/:sku?editMode={{editMode}}&storeId={{storeId}}&forceReload={{forceReload}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku?editMode={{editMode}}&storeId={{storeId}}&forceReload={{forceReload}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku"
],
"query": [
{
"key": "editMode",
"value": "{{editMode}}"
},
{
"key": "storeId",
"value": "{{storeId}}"
},
{
"key": "forceReload",
"value": "{{forceReload}}"
}
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Get info about product by product SKU"
},
"response": []
},
{
"name": "products/:sku",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Create product"
},
"response": []
},
{
"name": "products/:sku",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": ""
},
"response": []
},
{
"name": "products/attributes/types",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/types",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
"types"
]
},
"description": "Retrieve list of product attribute types"
},
"response": []
},
{
"name": "products/attributes/:attributeCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve specific attribute"
},
"response": []
},
{
"name": "products/attributes/:attributeCode",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Save attribute data"
},
"response": []
},
{
"name": "products/attributes/:attributeCode",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Delete Attribute by id"
},
"response": []
},
{
"name": "products/attributes?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve all attributes for entity type"
},
"response": []
},
{
"name": "products/attributes",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes"
]
},
"description": "Save attribute data"
},
"response": []
},
{
"name": "categories/attributes/:attributeCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/attributes/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
"attributes",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve specific attribute"
},
"response": []
},
{
"name": "categories/attributes?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/attributes?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
"attributes"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve all attributes for entity type"
},
"response": []
},
{
"name": "categories/attributes/:attributeCode/options",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/attributes/:attributeCode/options",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
"attributes",
":attributeCode",
"options"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve list of attribute options"
},
"response": []
},
{
"name": "products/types",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/types",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"types"
]
},
"description": "Retrieve available product types"
},
"response": []
},
{
"name": "products/attribute-sets/sets/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/sets/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
"sets",
"list"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve list of Attribute Sets"
},
"response": []
},
{
"name": "products/attribute-sets/:attributeSetId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/:attributeSetId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
":attributeSetId"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Retrieve attribute set information based on given ID"
},
"response": []
},
{
"name": "products/attribute-sets/:attributeSetId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/:attributeSetId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
":attributeSetId"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Save attribute set data"
},
"response": []
},
{
"name": "products/attribute-sets/:attributeSetId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/:attributeSetId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
":attributeSetId"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Remove attribute set by given ID"
},
"response": []
},
{
"name": "products/attribute-sets",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets"
]
},
"description": "Create attribute set from data"
},
"response": []
},
{
"name": "products/attribute-sets/:attributeSetId/attributes",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/:attributeSetId/attributes",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
":attributeSetId",
"attributes"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Retrieve related attributes based on given attribute set ID"
},
"response": []
},
{
"name": "products/attribute-sets/attributes",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/attributes",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
"attributes"
]
},
"description": "Assign attribute to attribute set"
},
"response": []
},
{
"name": "products/attribute-sets/:attributeSetId/attributes/:attributeCode",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/:attributeSetId/attributes/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
":attributeSetId",
"attributes",
":attributeCode"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
},
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Remove attribute from attribute set"
},
"response": []
},
{
"name": "products/attribute-sets/groups/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/groups/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
"groups",
"list"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve list of attribute groups"
},
"response": []
},
{
"name": "products/attribute-sets/groups",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/groups",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
"groups"
]
},
"description": "Save attribute group"
},
"response": []
},
{
"name": "products/attribute-sets/:attributeSetId/groups",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/:attributeSetId/groups",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
":attributeSetId",
"groups"
],
"variable": [
{
"value": "{{attributeSetId}}",
"id": "attributeSetId"
}
]
},
"description": "Save attribute group"
},
"response": []
},
{
"name": "products/attribute-sets/groups/:groupId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attribute-sets/groups/:groupId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attribute-sets",
"groups",
":groupId"
],
"variable": [
{
"value": "{{groupId}}",
"id": "groupId"
}
]
},
"description": "Remove attribute group by id"
},
"response": []
},
{
"name": "products/attributes/:attributeCode/options",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/:attributeCode/options",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
":attributeCode",
"options"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve list of attribute options"
},
"response": []
},
{
"name": "products/attributes/:attributeCode/options",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/:attributeCode/options",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
":attributeCode",
"options"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Add option to attribute"
},
"response": []
},
{
"name": "products/attributes/:attributeCode/options/:optionId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/attributes/:attributeCode/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"attributes",
":attributeCode",
"options",
":optionId"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
},
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Delete option from attribute"
},
"response": []
},
{
"name": "products/media/types/:attributeSetName",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/media/types/:attributeSetName",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"media",
"types",
":attributeSetName"
],
"variable": [
{
"value": "{{attributeSetName}}",
"id": "attributeSetName"
}
]
},
"description": "Retrieve the list of media attributes (fronted input type is media_image) assigned to the given attribute set."
},
"response": []
},
{
"name": "products/:sku/media/:entryId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/media/:entryId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"media",
":entryId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{entryId}}",
"id": "entryId"
}
]
},
"description": "Return information about gallery entry"
},
"response": []
},
{
"name": "products/:sku/media/:entryId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/media/:entryId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"media",
":entryId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{entryId}}",
"id": "entryId"
}
]
},
"description": "Update gallery entry"
},
"response": []
},
{
"name": "products/:sku/media/:entryId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/media/:entryId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"media",
":entryId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{entryId}}",
"id": "entryId"
}
]
},
"description": "Remove gallery entry"
},
"response": []
},
{
"name": "products/:sku/media",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/media",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"media"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Retrieve the list of gallery entries associated with given product"
},
"response": []
},
{
"name": "products/:sku/media",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/media",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"media"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Create new gallery entry"
},
"response": []
},
{
"name": "products/:sku/group-prices/:customerGroupId/tiers",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/group-prices/:customerGroupId/tiers",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"group-prices",
":customerGroupId",
"tiers"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{customerGroupId}}",
"id": "customerGroupId"
}
]
},
"description": "Get tier price of product"
},
"response": []
},
{
"name": "products/:sku/group-prices/:customerGroupId/tiers/:qty/price/:price",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/group-prices/:customerGroupId/tiers/:qty/price/:price",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"group-prices",
":customerGroupId",
"tiers",
":qty",
"price",
":price"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{customerGroupId}}",
"id": "customerGroupId"
},
{
"value": "{{price}}",
"id": "price"
},
{
"value": "{{qty}}",
"id": "qty"
}
]
},
"description": "Create tier price for product"
},
"response": []
},
{
"name": "products/:sku/group-prices/:customerGroupId/tiers/:qty",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/group-prices/:customerGroupId/tiers/:qty",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"group-prices",
":customerGroupId",
"tiers",
":qty"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{customerGroupId}}",
"id": "customerGroupId"
},
{
"value": "{{qty}}",
"id": "qty"
}
]
},
"description": "Remove tier price from product"
},
"response": []
},
{
"name": "products/tier-prices-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/tier-prices-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"tier-prices-information"
]
},
"description": "Return product prices. In case of at least one of skus is not found exception will be thrown."
},
"response": []
},
{
"name": "products/tier-prices",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/tier-prices",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"tier-prices"
]
},
"description": "Remove existing tier prices and replace them with the new ones. If any items will have invalid price, price type, website id, sku, customer group or quantity, they will be marked as failed and excluded from replace list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown."
},
"response": []
},
{
"name": "products/tier-prices",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/tier-prices",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"tier-prices"
]
},
"description": "Add or update product prices. If any items will have invalid price, price type, website id, sku, customer group or quantity, they will be marked as failed and excluded from update list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown."
},
"response": []
},
{
"name": "products/tier-prices-delete",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/tier-prices-delete",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"tier-prices-delete"
]
},
"description": "Delete product tier prices. If any items will have invalid price, price type, website id, sku, customer group or quantity, they will be marked as failed and excluded from delete list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown."
},
"response": []
},
{
"name": "products/base-prices-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/base-prices-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"base-prices-information"
]
},
"description": "Return product prices. In case of at least one of skus is not found exception will be thrown."
},
"response": []
},
{
"name": "products/base-prices",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/base-prices",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"base-prices"
]
},
"description": "Add or update product prices. Input item should correspond \\Magento\\Catalog\\Api\\Data\\CostInterface. If any items will have invalid price, store id or sku, they will be marked as failed and excluded from update list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown."
},
"response": []
},
{
"name": "products/cost-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/cost-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"cost-information"
]
},
"description": "Return product prices. In case of at least one of skus is not found exception will be thrown."
},
"response": []
},
{
"name": "products/cost",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/cost",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"cost"
]
},
"description": "Add or update product cost. Input item should correspond to \\Magento\\Catalog\\Api\\Data\\CostInterface. If any items will have invalid cost, store id or sku, they will be marked as failed and excluded from update list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown."
},
"response": []
},
{
"name": "products/cost-delete",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/cost-delete",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"cost-delete"
]
},
"description": "Delete product cost. In case of at least one of skus is not found exception will be thrown. If error occurred during the delete exception will be thrown."
},
"response": []
},
{
"name": "products/special-price-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/special-price-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"special-price-information"
]
},
"description": "Return product's special price. In case of at least one of skus is not found exception will be thrown."
},
"response": []
},
{
"name": "products/special-price",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/special-price",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"special-price"
]
},
"description": "Add or update product's special price. If any items will have invalid price, store id, sku or dates, they will be marked as failed and excluded from update list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown."
},
"response": []
},
{
"name": "products/special-price-delete",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/special-price-delete",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"special-price-delete"
]
},
"description": "Delete product's special price. If any items will have invalid price, store id, sku or dates, they will be marked as failed and excluded from delete list and \\Magento\\Catalog\\Api\\Data\\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the delete exception will be thrown."
},
"response": []
},
{
"name": "categories/:categoryId?storeId={{storeId}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId?storeId={{storeId}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId"
],
"query": [
{
"key": "storeId",
"value": "{{storeId}}"
}
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
}
]
},
"description": "Get info about category by category id"
},
"response": []
},
{
"name": "categories/:categoryId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId"
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
}
]
},
"description": "Delete category by identifier"
},
"response": []
},
{
"name": "categories?rootCategoryId={{rootCategoryId}}&depth={{depth}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories?rootCategoryId={{rootCategoryId}}&depth={{depth}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories"
],
"query": [
{
"key": "rootCategoryId",
"value": "{{rootCategoryId}}"
},
{
"key": "depth",
"value": "{{depth}}"
}
]
},
"description": "Retrieve list of categories"
},
"response": []
},
{
"name": "categories",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories"
]
},
"description": "Create category service"
},
"response": []
},
{
"name": "categories/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Create category service"
},
"response": []
},
{
"name": "categories/:categoryId/move",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId/move",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId",
"move"
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
}
]
},
"description": "Move category"
},
"response": []
},
{
"name": "categories/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/list?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
"list"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Get category list"
},
"response": []
},
{
"name": "products/options/types",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/options/types",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"options",
"types"
]
},
"description": "Get custom option types"
},
"response": []
},
{
"name": "products/:sku/options",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/options",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"options"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Get the list of custom options for a specific product"
},
"response": []
},
{
"name": "products/:sku/options/:optionId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"options",
":optionId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Get custom option for a specific product"
},
"response": []
},
{
"name": "products/:sku/options/:optionId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"options",
":optionId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "products/options",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/options",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"options"
]
},
"description": "Save Custom Option"
},
"response": []
},
{
"name": "products/options/:optionId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"options",
":optionId"
],
"variable": [
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Save Custom Option"
},
"response": []
},
{
"name": "products/links/types",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/links/types",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"links",
"types"
]
},
"description": "Retrieve information about available product link types"
},
"response": []
},
{
"name": "products/links/:type/attributes",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/links/:type/attributes",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"links",
":type",
"attributes"
],
"variable": [
{
"value": "{{type}}",
"id": "type"
}
]
},
"description": "Provide a list of the product link type attributes"
},
"response": []
},
{
"name": "products/:sku/links/:type",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/links/:type",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"links",
":type"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{type}}",
"id": "type"
}
]
},
"description": "Provide the list of links for a specific product"
},
"response": []
},
{
"name": "products/:sku/links",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/links",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"links"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Save product link"
},
"response": []
},
{
"name": "products/:sku/links",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/links",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"links"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Assign a product link to another product"
},
"response": []
},
{
"name": "products/:sku/links/:type/:linkedProductSku",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/links/:type/:linkedProductSku",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"links",
":type",
":linkedProductSku"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{type}}",
"id": "type"
},
{
"value": "{{linkedProductSku}}",
"id": "linkedProductSku"
}
]
},
"description": ""
},
"response": []
},
{
"name": "categories/:categoryId/products",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId/products",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId",
"products"
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
}
]
},
"description": "Get products assigned to category"
},
"response": []
},
{
"name": "categories/:categoryId/products",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId/products",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId",
"products"
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
}
]
},
"description": "Assign a product to the required category"
},
"response": []
},
{
"name": "categories/:categoryId/products",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId/products",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId",
"products"
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
}
]
},
"description": "Assign a product to the required category"
},
"response": []
},
{
"name": "categories/:categoryId/products/:sku",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/categories/:categoryId/products/:sku",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"categories",
":categoryId",
"products",
":sku"
],
"variable": [
{
"value": "{{categoryId}}",
"id": "categoryId"
},
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Remove the product assignment from the category by category id and sku"
},
"response": []
},
{
"name": "products/:sku/websites",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/websites",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"websites"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Assign a product to the website"
},
"response": []
},
{
"name": "products/:sku/websites",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/websites",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"websites"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Assign a product to the website"
},
"response": []
},
{
"name": "products/:sku/websites/:websiteId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/websites/:websiteId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"websites",
":websiteId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{websiteId}}",
"id": "websiteId"
}
]
},
"description": "Remove the website assignment from the product by product sku"
},
"response": []
},
{
"name": "products-render-info?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}&storeId={{storeId}}&currencyCode={{currencyCode}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products-render-info?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}&storeId={{storeId}}&currencyCode={{currencyCode}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products-render-info"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
},
{
"key": "storeId",
"value": "{{storeId}}"
},
{
"key": "currencyCode",
"value": "{{currencyCode}}"
}
]
},
"description": "Collect and retrieve the list of product render info This info contains raw prices and formated prices, product name, stock status, store_id, etc"
},
"response": []
},
{
"name": "carts/:cartId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Enables an administrative user to return information for a specified cart."
},
"response": []
},
{
"name": "carts/:cartId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Assigns a specified customer to a specified shopping cart."
},
"response": []
},
{
"name": "carts/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Enables administrative users to list carts that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#CartRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "carts/mine",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine"
]
},
"description": "Returns information for the cart for a specified customer."
},
"response": []
},
{
"name": "carts/mine",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine"
]
},
"description": "Save quote"
},
"response": []
},
{
"name": "carts/mine",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine"
]
},
"description": "Creates an empty cart and quote for a specified customer if customer does not have a cart yet."
},
"response": []
},
{
"name": "carts/",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
""
]
},
"description": "Creates an empty cart and quote for a guest."
},
"response": []
},
{
"name": "customers/:customerId/carts",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/customers/:customerId/carts",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"customers",
":customerId",
"carts"
],
"variable": [
{
"value": "{{customerId}}",
"id": "customerId"
}
]
},
"description": "Creates an empty cart and quote for a specified customer if customer does not have a cart yet."
},
"response": []
},
{
"name": "carts/mine/order",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/order",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"order"
]
},
"description": "Places an order for a specified cart."
},
"response": []
},
{
"name": "carts/:cartId/order",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/order",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"order"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Places an order for a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Enable a guest user to return information for a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Assign a specified customer to a specified shopping cart."
},
"response": []
},
{
"name": "guest-carts",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts"
]
},
"description": "Enable an customer or guest user to create an empty cart and quote for an anonymous customer."
},
"response": []
},
{
"name": "guest-carts/:cartId/order",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/order",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"order"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Place an order for a specified cart."
},
"response": []
},
{
"name": "carts/:cartId/shipping-methods",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"shipping-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Lists applicable shipping methods for a specified quote."
},
"response": []
},
{
"name": "carts/:cartId/estimate-shipping-methods-by-address-id",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/estimate-shipping-methods-by-address-id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"estimate-shipping-methods-by-address-id"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Estimate shipping"
},
"response": []
},
{
"name": "carts/mine/shipping-methods",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"shipping-methods"
]
},
"description": "Lists applicable shipping methods for a specified quote."
},
"response": []
},
{
"name": "carts/:cartId/estimate-shipping-methods",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/estimate-shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"estimate-shipping-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Estimate shipping by address and return list of available shipping methods"
},
"response": []
},
{
"name": "carts/mine/estimate-shipping-methods",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/estimate-shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"estimate-shipping-methods"
]
},
"description": "Estimate shipping by address and return list of available shipping methods"
},
"response": []
},
{
"name": "carts/mine/estimate-shipping-methods-by-address-id",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/estimate-shipping-methods-by-address-id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"estimate-shipping-methods-by-address-id"
]
},
"description": "Estimate shipping with extension attributes"
},
"response": []
},
{
"name": "guest-carts/:cartId/shipping-methods",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"shipping-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "List applicable shipping methods for a specified quote."
},
"response": []
},
{
"name": "guest-carts/:cartId/estimate-shipping-methods",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/estimate-shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"estimate-shipping-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Estimate shipping by address and return list of available shipping methods"
},
"response": []
},
{
"name": "carts/:cartId/items",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/items",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"items"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Lists items that are assigned to a specified cart."
},
"response": []
},
{
"name": "carts/:quoteId/items",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:quoteId/items",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":quoteId",
"items"
],
"variable": [
{
"value": "{{quoteId}}",
"id": "quoteId"
}
]
},
"description": "Add/update the specified cart item."
},
"response": []
},
{
"name": "carts/:cartId/items/:itemId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/items/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"items",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Add/update the specified cart item."
},
"response": []
},
{
"name": "carts/:cartId/items/:itemId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/items/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"items",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Removes the specified item from the specified cart."
},
"response": []
},
{
"name": "carts/mine/items",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/items",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"items"
]
},
"description": "Lists items that are assigned to a specified cart."
},
"response": []
},
{
"name": "carts/mine/items",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/items",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"items"
]
},
"description": "Add/update the specified cart item."
},
"response": []
},
{
"name": "carts/mine/items/:itemId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/items/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"items",
":itemId"
],
"variable": [
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Add/update the specified cart item."
},
"response": []
},
{
"name": "carts/mine/items/:itemId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/items/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"items",
":itemId"
],
"variable": [
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Removes the specified item from the specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/items",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/items",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"items"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "List items that are assigned to a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/items",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/items",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"items"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Add/update the specified cart item."
},
"response": []
},
{
"name": "guest-carts/:cartId/items/:itemId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/items/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"items",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Add/update the specified cart item."
},
"response": []
},
{
"name": "guest-carts/:cartId/items/:itemId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/items/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"items",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Remove the specified item from the specified cart."
},
"response": []
},
{
"name": "carts/:cartId/selected-payment-method",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/selected-payment-method",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"selected-payment-method"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Returns the payment method for a specified shopping cart."
},
"response": []
},
{
"name": "carts/:cartId/selected-payment-method",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/selected-payment-method",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"selected-payment-method"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Adds a specified payment method to a specified shopping cart."
},
"response": []
},
{
"name": "carts/:cartId/payment-methods",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/payment-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"payment-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Lists available payment methods for a specified shopping cart. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#PaymentMethodManagementInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "carts/mine/selected-payment-method",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/selected-payment-method",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"selected-payment-method"
]
},
"description": "Returns the payment method for a specified shopping cart."
},
"response": []
},
{
"name": "carts/mine/selected-payment-method",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/selected-payment-method",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"selected-payment-method"
]
},
"description": "Adds a specified payment method to a specified shopping cart."
},
"response": []
},
{
"name": "carts/mine/payment-methods",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/payment-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"payment-methods"
]
},
"description": "Lists available payment methods for a specified shopping cart. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#PaymentMethodManagementInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "guest-carts/:cartId/selected-payment-method",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/selected-payment-method",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"selected-payment-method"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Return the payment method for a specified shopping cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/selected-payment-method",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/selected-payment-method",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"selected-payment-method"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Add a specified payment method to a specified shopping cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/payment-methods",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/payment-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"payment-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "List available payment methods for a specified shopping cart. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#GuestPaymentMethodManagementInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "carts/:cartId/billing-address",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/billing-address",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"billing-address"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Returns the billing address for a specified quote."
},
"response": []
},
{
"name": "carts/:cartId/billing-address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/billing-address",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"billing-address"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Assigns a specified billing address to a specified cart."
},
"response": []
},
{
"name": "carts/mine/billing-address",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/billing-address",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"billing-address"
]
},
"description": "Returns the billing address for a specified quote."
},
"response": []
},
{
"name": "carts/mine/billing-address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/billing-address",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"billing-address"
]
},
"description": "Assigns a specified billing address to a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/billing-address",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/billing-address",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"billing-address"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Return the billing address for a specified quote."
},
"response": []
},
{
"name": "guest-carts/:cartId/billing-address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/billing-address",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"billing-address"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Assign a specified billing address to a specified cart."
},
"response": []
},
{
"name": "carts/:cartId/coupons",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"coupons"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Returns information for a coupon in a specified cart."
},
"response": []
},
{
"name": "carts/:cartId/coupons",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"coupons"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Deletes a coupon from a specified cart."
},
"response": []
},
{
"name": "carts/:cartId/coupons/:couponCode",
"request": {
"method": "PUT",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/coupons/:couponCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"coupons",
":couponCode"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{couponCode}}",
"id": "couponCode"
}
]
},
"description": "Adds a coupon by code to a specified cart."
},
"response": []
},
{
"name": "carts/mine/coupons",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"coupons"
]
},
"description": "Returns information for a coupon in a specified cart."
},
"response": []
},
{
"name": "carts/mine/coupons",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"coupons"
]
},
"description": "Deletes a coupon from a specified cart."
},
"response": []
},
{
"name": "carts/mine/coupons/:couponCode",
"request": {
"method": "PUT",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/coupons/:couponCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"coupons",
":couponCode"
],
"variable": [
{
"value": "{{couponCode}}",
"id": "couponCode"
}
]
},
"description": "Adds a coupon by code to a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/coupons",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"coupons"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Return information for a coupon in a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/coupons",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"coupons"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Delete a coupon from a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/coupons/:couponCode",
"request": {
"method": "PUT",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/coupons/:couponCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"coupons",
":couponCode"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{couponCode}}",
"id": "couponCode"
}
]
},
"description": "Add a coupon by code to a specified cart."
},
"response": []
},
{
"name": "carts/:cartId/totals",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/totals",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"totals"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Returns quote totals data for a specified cart."
},
"response": []
},
{
"name": "carts/mine/totals",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/totals",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"totals"
]
},
"description": "Returns quote totals data for a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/collect-totals",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/collect-totals",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"collect-totals"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Set shipping/billing methods and additional data for cart and collect totals for guest."
},
"response": []
},
{
"name": "guest-carts/:cartId/totals",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/totals",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"totals"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Return quote totals data for a specified cart."
},
"response": []
},
{
"name": "carts/mine/collect-totals",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/collect-totals",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"collect-totals"
]
},
"description": "Set shipping/billing methods and additional data for cart and collect totals."
},
"response": []
},
{
"name": "stockItems/:productSku?scopeId={{scopeId}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/stockItems/:productSku?scopeId={{scopeId}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"stockItems",
":productSku"
],
"query": [
{
"key": "scopeId",
"value": "{{scopeId}}"
}
],
"variable": [
{
"value": "{{productSku}}",
"id": "productSku"
}
]
},
"description": ""
},
"response": []
},
{
"name": "products/:productSku/stockItems/:itemId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:productSku/stockItems/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":productSku",
"stockItems",
":itemId"
],
"variable": [
{
"value": "{{productSku}}",
"id": "productSku"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "stockItems/lowStock/?scopeId={{scopeId}}&qty={{qty}}&currentPage={{currentPage}}&pageSize={{pageSize}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/stockItems/lowStock/?scopeId={{scopeId}}&qty={{qty}}&currentPage={{currentPage}}&pageSize={{pageSize}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"stockItems",
"lowStock",
""
],
"query": [
{
"key": "scopeId",
"value": "{{scopeId}}"
},
{
"key": "qty",
"value": "{{qty}}"
},
{
"key": "currentPage",
"value": "{{currentPage}}"
},
{
"key": "pageSize",
"value": "{{pageSize}}"
}
]
},
"description": "Retrieves a list of SKU's with low inventory qty"
},
"response": []
},
{
"name": "stockStatuses/:productSku?scopeId={{scopeId}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/stockStatuses/:productSku?scopeId={{scopeId}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"stockStatuses",
":productSku"
],
"query": [
{
"key": "scopeId",
"value": "{{scopeId}}"
}
],
"variable": [
{
"value": "{{productSku}}",
"id": "productSku"
}
]
},
"description": ""
},
"response": []
},
{
"name": "bundle-products/:sku/links/:optionId",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:sku/links/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":sku",
"links",
":optionId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Add child product to specified Bundle option by product sku"
},
"response": []
},
{
"name": "bundle-products/:sku/links/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:sku/links/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":sku",
"links",
":id"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": ""
},
"response": []
},
{
"name": "bundle-products/:productSku/children?optionId={{optionId}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:productSku/children?optionId={{optionId}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":productSku",
"children"
],
"query": [
{
"key": "optionId",
"value": "{{optionId}}"
}
],
"variable": [
{
"value": "{{productSku}}",
"id": "productSku"
}
]
},
"description": "Get all children for Bundle product"
},
"response": []
},
{
"name": "bundle-products/:sku/options/:optionId/children/:childSku",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:sku/options/:optionId/children/:childSku",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":sku",
"options",
":optionId",
"children",
":childSku"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{optionId}}",
"id": "optionId"
},
{
"value": "{{childSku}}",
"id": "childSku"
}
]
},
"description": "Remove product from Bundle product option"
},
"response": []
},
{
"name": "bundle-products/:sku/options/all",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:sku/options/all",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":sku",
"options",
"all"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Get all options for bundle product"
},
"response": []
},
{
"name": "bundle-products/:sku/options/:optionId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:sku/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":sku",
"options",
":optionId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Get option for bundle product"
},
"response": []
},
{
"name": "bundle-products/:sku/options/:optionId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/:sku/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
":sku",
"options",
":optionId"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Remove bundle option"
},
"response": []
},
{
"name": "bundle-products/options/types",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/options/types",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
"options",
"types"
]
},
"description": "Get all types for options for bundle products"
},
"response": []
},
{
"name": "bundle-products/options/add",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/options/add",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
"options",
"add"
]
},
"description": "Add new option for bundle product"
},
"response": []
},
{
"name": "bundle-products/options/:optionId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/bundle-products/options/:optionId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"bundle-products",
"options",
":optionId"
],
"variable": [
{
"value": "{{optionId}}",
"id": "optionId"
}
]
},
"description": "Add new option for bundle product"
},
"response": []
},
{
"name": "search?searchCriteria[requestName]={{searchCriteria[requestName]}}&searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/search?searchCriteria[requestName]={{searchCriteria[requestName]}}&searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"search"
],
"query": [
{
"key": "searchCriteria[requestName]",
"value": "{{searchCriteria[requestName]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Make Full Text Search and return found Documents"
},
"response": []
},
{
"name": "orders/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Loads a specified order."
},
"response": []
},
{
"name": "orders?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Lists orders that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#OrderRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "orders/create",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/create",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
"create"
]
},
"description": "Performs persist operations for a specified order."
},
"response": []
},
{
"name": "orders/",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
""
]
},
"description": "Performs persist operations for a specified order."
},
"response": []
},
{
"name": "orders/:id/statuses",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/statuses",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"statuses"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Gets the status for a specified order."
},
"response": []
},
{
"name": "orders/:id/cancel",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/cancel",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"cancel"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Cancels a specified order."
},
"response": []
},
{
"name": "orders/:id/emails",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/emails",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"emails"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Emails a user a specified order."
},
"response": []
},
{
"name": "orders/:id/hold",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/hold",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"hold"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Holds a specified order."
},
"response": []
},
{
"name": "orders/:id/unhold",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/unhold",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"unhold"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Releases a specified order from hold status."
},
"response": []
},
{
"name": "orders/:id/comments",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Lists comments for a specified order."
},
"response": []
},
{
"name": "orders/:id/comments",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Adds a comment to a specified order."
},
"response": []
},
{
"name": "orders/:parent_id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/:parent_id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
":parent_id"
],
"variable": [
{
"value": "{{parent_id}}",
"id": "parent_id"
}
]
},
"description": "Performs persist operations for a specified order address."
},
"response": []
},
{
"name": "orders/items/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/items/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
"items",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Loads a specified order item."
},
"response": []
},
{
"name": "orders/items?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/orders/items?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"orders",
"items"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Lists order items that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#OrderItemRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "invoices/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Loads a specified invoice."
},
"response": []
},
{
"name": "invoices?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Lists invoices that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#InvoiceRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "invoices/",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
""
]
},
"description": "Performs persist operations for a specified invoice."
},
"response": []
},
{
"name": "invoices/:id/comments",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Lists comments for a specified invoice."
},
"response": []
},
{
"name": "invoices/:id/emails",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/:id/emails",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
":id",
"emails"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Emails a user a specified invoice."
},
"response": []
},
{
"name": "invoices/:id/void",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/:id/void",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
":id",
"void"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Voids a specified invoice."
},
"response": []
},
{
"name": "invoices/:id/capture",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/:id/capture",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
":id",
"capture"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Sets invoice capture."
},
"response": []
},
{
"name": "invoices/comments",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoices/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoices",
"comments"
]
},
"description": "Performs persist operations for a specified invoice comment."
},
"response": []
},
{
"name": "invoice/:invoiceId/refund",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/invoice/:invoiceId/refund",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"invoice",
":invoiceId",
"refund"
],
"variable": [
{
"value": "{{invoiceId}}",
"id": "invoiceId"
}
]
},
"description": "Create refund for invoice"
},
"response": []
},
{
"name": "creditmemo/:id/comments",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Lists comments for a specified credit memo."
},
"response": []
},
{
"name": "creditmemo/:id/comments",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Performs persist operations for a specified entity."
},
"response": []
},
{
"name": "creditmemo/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Loads a specified credit memo."
},
"response": []
},
{
"name": "creditmemo/:id",
"request": {
"method": "PUT",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Cancels a specified credit memo."
},
"response": []
},
{
"name": "creditmemo/:id/emails",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo/:id/emails",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo",
":id",
"emails"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Emails a user a specified credit memo."
},
"response": []
},
{
"name": "creditmemo/refund",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo/refund",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo",
"refund"
]
},
"description": "Prepare creditmemo to refund and save it."
},
"response": []
},
{
"name": "creditmemos?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemos?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemos"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Lists credit memos that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#CreditmemoRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "creditmemo",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/creditmemo",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"creditmemo"
]
},
"description": "Performs persist operations for a specified credit memo."
},
"response": []
},
{
"name": "order/:orderId/refund",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/order/:orderId/refund",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"order",
":orderId",
"refund"
],
"variable": [
{
"value": "{{orderId}}",
"id": "orderId"
}
]
},
"description": "Create offline refund for order"
},
"response": []
},
{
"name": "shipment/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Loads a specified shipment."
},
"response": []
},
{
"name": "shipments?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipments?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipments"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Lists shipments that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#ShipmentRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "shipment/",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
""
]
},
"description": "Performs persist operations for a specified shipment."
},
"response": []
},
{
"name": "shipment/:id/comments",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Lists comments for a specified shipment."
},
"response": []
},
{
"name": "shipment/:id/comments",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Performs persist operations for a specified shipment comment."
},
"response": []
},
{
"name": "shipment/:id/emails",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/:id/emails",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
":id",
"emails"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Emails user a specified shipment."
},
"response": []
},
{
"name": "shipment/:id/label",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/:id/label",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
":id",
"label"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Gets a specified shipment label."
},
"response": []
},
{
"name": "shipment/track",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/track",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
"track"
]
},
"description": "Performs persist operations for a specified shipment track."
},
"response": []
},
{
"name": "shipment/track/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/shipment/track/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"shipment",
"track",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Deletes a specified shipment track by ID."
},
"response": []
},
{
"name": "order/:orderId/ship",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/order/:orderId/ship",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"order",
":orderId",
"ship"
],
"variable": [
{
"value": "{{orderId}}",
"id": "orderId"
}
]
},
"description": "Creates new Shipment for given Order."
},
"response": []
},
{
"name": "transactions/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/transactions/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"transactions",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Loads a specified transaction."
},
"response": []
},
{
"name": "transactions?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/transactions?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"transactions"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Lists transactions that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#TransactionRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "order/:orderId/invoice",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/order/:orderId/invoice",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"order",
":orderId",
"invoice"
],
"variable": [
{
"value": "{{orderId}}",
"id": "orderId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "salesRules/:ruleId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/salesRules/:ruleId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"salesRules",
":ruleId"
],
"variable": [
{
"value": "{{ruleId}}",
"id": "ruleId"
}
]
},
"description": "Get rule by ID."
},
"response": []
},
{
"name": "salesRules/:ruleId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/salesRules/:ruleId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"salesRules",
":ruleId"
],
"variable": [
{
"value": "{{ruleId}}",
"id": "ruleId"
}
]
},
"description": "Save sales rule."
},
"response": []
},
{
"name": "salesRules/:ruleId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/salesRules/:ruleId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"salesRules",
":ruleId"
],
"variable": [
{
"value": "{{ruleId}}",
"id": "ruleId"
}
]
},
"description": "Delete rule by ID."
},
"response": []
},
{
"name": "salesRules/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/salesRules/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"salesRules",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve sales rules that match te specified criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#RuleRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "salesRules",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/salesRules",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"salesRules"
]
},
"description": "Save sales rule."
},
"response": []
},
{
"name": "coupons/:couponId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/:couponId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
":couponId"
],
"variable": [
{
"value": "{{couponId}}",
"id": "couponId"
}
]
},
"description": "Get coupon by coupon id."
},
"response": []
},
{
"name": "coupons/:couponId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/:couponId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
":couponId"
],
"variable": [
{
"value": "{{couponId}}",
"id": "couponId"
}
]
},
"description": "Save a coupon."
},
"response": []
},
{
"name": "coupons/:couponId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/:couponId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
":couponId"
],
"variable": [
{
"value": "{{couponId}}",
"id": "couponId"
}
]
},
"description": "Delete coupon by coupon id."
},
"response": []
},
{
"name": "coupons/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve a coupon using the specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#CouponRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "coupons",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons"
]
},
"description": "Save a coupon."
},
"response": []
},
{
"name": "coupons/generate",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/generate",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
"generate"
]
},
"description": "Generate coupon for a rule"
},
"response": []
},
{
"name": "coupons/deleteByIds",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/deleteByIds",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
"deleteByIds"
]
},
"description": "Delete coupon by coupon ids."
},
"response": []
},
{
"name": "coupons/deleteByCodes",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/coupons/deleteByCodes",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"coupons",
"deleteByCodes"
]
},
"description": "Delete coupon by coupon codes."
},
"response": []
},
{
"name": "guest-carts/:cartId/shipping-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/shipping-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"shipping-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "carts/mine/shipping-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/shipping-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"shipping-information"
]
},
"description": ""
},
"response": []
},
{
"name": "carts/:cartId/shipping-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/shipping-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"shipping-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "carts/:cartId/totals-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/totals-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"totals-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Calculate quote totals based on address and shipping method."
},
"response": []
},
{
"name": "carts/mine/totals-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/totals-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"totals-information"
]
},
"description": "Calculate quote totals based on address and shipping method."
},
"response": []
},
{
"name": "guest-carts/:cartId/totals-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/totals-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"totals-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Calculate quote totals based on address and shipping method."
},
"response": []
},
{
"name": "guest-carts/:cartId/payment-information",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"payment-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Get payment information"
},
"response": []
},
{
"name": "guest-carts/:cartId/payment-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"payment-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Set payment information and place order for a specified cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/set-payment-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/set-payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"set-payment-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Set payment information for a specified cart."
},
"response": []
},
{
"name": "carts/mine/payment-information",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"payment-information"
]
},
"description": "Get payment information"
},
"response": []
},
{
"name": "carts/mine/payment-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"payment-information"
]
},
"description": "Set payment information and place order for a specified cart."
},
"response": []
},
{
"name": "carts/mine/set-payment-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/set-payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"set-payment-information"
]
},
"description": "Set payment information for a specified cart."
},
"response": []
},
{
"name": "products/:sku/downloadable-links",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/downloadable-links",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"downloadable-links"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "List of links with associated samples"
},
"response": []
},
{
"name": "products/:sku/downloadable-links",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/downloadable-links",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"downloadable-links"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Update downloadable link of the given product (link type and its resources cannot be changed)"
},
"response": []
},
{
"name": "products/:sku/downloadable-links/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/downloadable-links/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"downloadable-links",
":id"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Update downloadable link of the given product (link type and its resources cannot be changed)"
},
"response": []
},
{
"name": "products/downloadable-links/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/downloadable-links/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"downloadable-links",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Delete downloadable link"
},
"response": []
},
{
"name": "products/:sku/downloadable-links/samples",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/downloadable-links/samples",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"downloadable-links",
"samples"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "List of samples for downloadable product"
},
"response": []
},
{
"name": "products/:sku/downloadable-links/samples",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/downloadable-links/samples",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"downloadable-links",
"samples"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Update downloadable sample of the given product"
},
"response": []
},
{
"name": "products/:sku/downloadable-links/samples/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/:sku/downloadable-links/samples/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
":sku",
"downloadable-links",
"samples",
":id"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Update downloadable sample of the given product"
},
"response": []
},
{
"name": "products/downloadable-links/samples/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/products/downloadable-links/samples/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"products",
"downloadable-links",
"samples",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Delete downloadable sample"
},
"response": []
},
{
"name": "carts/licence",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/licence",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"licence"
]
},
"description": "Lists active checkout agreements."
},
"response": []
},
{
"name": "integration/admin/token",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/integration/admin/token",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"integration",
"admin",
"token"
]
},
"description": "Create access token for admin given the admin credentials."
},
"response": []
},
{
"name": "integration/customer/token",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/integration/customer/token",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"integration",
"customer",
"token"
]
},
"description": "Create access token for admin given the customer credentials."
},
"response": []
},
{
"name": "configurable-products/:sku/children",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/children",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"children"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Get all children for Configurable product"
},
"response": []
},
{
"name": "configurable-products/:sku/children/:childSku",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/children/:childSku",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"children",
":childSku"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{childSku}}",
"id": "childSku"
}
]
},
"description": "Remove configurable product option"
},
"response": []
},
{
"name": "configurable-products/:sku/child",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/child",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"child"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": ""
},
"response": []
},
{
"name": "configurable-products/variation",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/variation",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
"variation"
]
},
"description": "Generate variation based on same product"
},
"response": []
},
{
"name": "configurable-products/:sku/options/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/options/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"options",
":id"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Get option for configurable product"
},
"response": []
},
{
"name": "configurable-products/:sku/options/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/options/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"options",
":id"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Save option"
},
"response": []
},
{
"name": "configurable-products/:sku/options/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/options/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"options",
":id"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
},
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Remove option from configurable product"
},
"response": []
},
{
"name": "configurable-products/:sku/options/all",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/options/all",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"options",
"all"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Get all options for configurable product"
},
"response": []
},
{
"name": "configurable-products/:sku/options",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/configurable-products/:sku/options",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"configurable-products",
":sku",
"options"
],
"variable": [
{
"value": "{{sku}}",
"id": "sku"
}
]
},
"description": "Save option"
},
"response": []
},
{
"name": "analytics/link",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/analytics/link",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"analytics",
"link"
]
},
"description": ""
},
"response": []
},
{
"name": "carts/mine/balance/apply",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/balance/apply",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"balance",
"apply"
]
},
"description": "Apply store credit"
},
"response": []
},
{
"name": "carts/:quoteId/giftCards",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:quoteId/giftCards",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":quoteId",
"giftCards"
],
"variable": [
{
"value": "{{quoteId}}",
"id": "quoteId"
}
]
},
"description": "Return GiftCard Account cards"
},
"response": []
},
{
"name": "carts/:cartId/giftCards",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/giftCards",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"giftCards"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "carts/:cartId/giftCards/:giftCardCode",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/giftCards/:giftCardCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"giftCards",
":giftCardCode"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{giftCardCode}}",
"id": "giftCardCode"
}
]
},
"description": "Remove GiftCard Account entity"
},
"response": []
},
{
"name": "carts/mine/giftCards/:giftCardCode",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/giftCards/:giftCardCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"giftCards",
":giftCardCode"
],
"variable": [
{
"value": "{{giftCardCode}}",
"id": "giftCardCode"
}
]
},
"description": "Remove GiftCard Account entity"
},
"response": []
},
{
"name": "carts/mine/giftCards",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/giftCards",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"giftCards"
]
},
"description": ""
},
"response": []
},
{
"name": "carts/mine/checkGiftCard/:giftCardCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/checkGiftCard/:giftCardCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"checkGiftCard",
":giftCardCode"
],
"variable": [
{
"value": "{{giftCardCode}}",
"id": "giftCardCode"
}
]
},
"description": ""
},
"response": []
},
{
"name": "carts/guest-carts/:cartId/giftCards/:giftCardCode",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/guest-carts/:cartId/giftCards/:giftCardCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"guest-carts",
":cartId",
"giftCards",
":giftCardCode"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{giftCardCode}}",
"id": "giftCardCode"
}
]
},
"description": "Remove GiftCard Account entity"
},
"response": []
},
{
"name": "carts/guest-carts/:cartId/giftCards",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/guest-carts/:cartId/giftCards",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"guest-carts",
":cartId",
"giftCards"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": ""
},
"response": []
},
{
"name": "carts/guest-carts/:cartId/checkGiftCard/:giftCardCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/guest-carts/:cartId/checkGiftCard/:giftCardCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"guest-carts",
":cartId",
"checkGiftCard",
":giftCardCode"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{giftCardCode}}",
"id": "giftCardCode"
}
]
},
"description": ""
},
"response": []
},
{
"name": "taxRates",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRates",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRates"
]
},
"description": "Create or update tax rate"
},
"response": []
},
{
"name": "taxRates",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRates",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRates"
]
},
"description": "Create or update tax rate"
},
"response": []
},
{
"name": "taxRates/:rateId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRates/:rateId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRates",
":rateId"
],
"variable": [
{
"value": "{{rateId}}",
"id": "rateId"
}
]
},
"description": "Get tax rate"
},
"response": []
},
{
"name": "taxRates/:rateId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRates/:rateId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRates",
":rateId"
],
"variable": [
{
"value": "{{rateId}}",
"id": "rateId"
}
]
},
"description": "Delete tax rate"
},
"response": []
},
{
"name": "taxRates/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRates/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRates",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Search TaxRates This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#TaxRateRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "taxRules",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRules",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRules"
]
},
"description": "Save TaxRule"
},
"response": []
},
{
"name": "taxRules",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRules",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRules"
]
},
"description": "Save TaxRule"
},
"response": []
},
{
"name": "taxRules/:ruleId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRules/:ruleId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRules",
":ruleId"
],
"variable": [
{
"value": "{{ruleId}}",
"id": "ruleId"
}
]
},
"description": "Get TaxRule"
},
"response": []
},
{
"name": "taxRules/:ruleId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRules/:ruleId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRules",
":ruleId"
],
"variable": [
{
"value": "{{ruleId}}",
"id": "ruleId"
}
]
},
"description": "Delete TaxRule"
},
"response": []
},
{
"name": "taxRules/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxRules/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxRules",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Search TaxRules This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#TaxRuleRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "taxClasses",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxClasses",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxClasses"
]
},
"description": "Create a Tax Class"
},
"response": []
},
{
"name": "taxClasses/:taxClassId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxClasses/:taxClassId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxClasses",
":taxClassId"
],
"variable": [
{
"value": "{{taxClassId}}",
"id": "taxClassId"
}
]
},
"description": "Get a tax class with the given tax class id."
},
"response": []
},
{
"name": "taxClasses/:taxClassId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxClasses/:taxClassId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxClasses",
":taxClassId"
],
"variable": [
{
"value": "{{taxClassId}}",
"id": "taxClassId"
}
]
},
"description": "Delete a tax class with the given tax class id."
},
"response": []
},
{
"name": "taxClasses/:classId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxClasses/:classId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxClasses",
":classId"
],
"variable": [
{
"value": "{{classId}}",
"id": "classId"
}
]
},
"description": "Create a Tax Class"
},
"response": []
},
{
"name": "taxClasses/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/taxClasses/search?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"taxClasses",
"search"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Retrieve tax classes which match a specific criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#TaxClassRepositoryInterface to determine which call to use to get detailed information about all attributes for an object."
},
"response": []
},
{
"name": "carts/:cartId/gift-message",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/gift-message",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"gift-message"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Return the gift message for a specified order."
},
"response": []
},
{
"name": "carts/:cartId/gift-message",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/gift-message",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"gift-message"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Set the gift message for an entire order."
},
"response": []
},
{
"name": "carts/mine/gift-message",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/gift-message",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"gift-message"
]
},
"description": "Return the gift message for a specified order."
},
"response": []
},
{
"name": "carts/mine/gift-message",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/gift-message",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"gift-message"
]
},
"description": "Set the gift message for an entire order."
},
"response": []
},
{
"name": "carts/:cartId/gift-message/:itemId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/gift-message/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"gift-message",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Return the gift message for a specified item in a specified shopping cart."
},
"response": []
},
{
"name": "carts/:cartId/gift-message/:itemId",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/:cartId/gift-message/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
":cartId",
"gift-message",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Set the gift message for a specified item in a specified shopping cart."
},
"response": []
},
{
"name": "carts/mine/gift-message/:itemId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/gift-message/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"gift-message",
":itemId"
],
"variable": [
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Return the gift message for a specified item in a specified shopping cart."
},
"response": []
},
{
"name": "carts/mine/gift-message/:itemId",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/carts/mine/gift-message/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"carts",
"mine",
"gift-message",
":itemId"
],
"variable": [
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Set the gift message for a specified item in a specified shopping cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/gift-message",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/gift-message",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"gift-message"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Return the gift message for a specified order."
},
"response": []
},
{
"name": "guest-carts/:cartId/gift-message",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/gift-message",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"gift-message"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Set the gift message for an entire order."
},
"response": []
},
{
"name": "guest-carts/:cartId/gift-message/:itemId",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/gift-message/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"gift-message",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Return the gift message for a specified item in a specified shopping cart."
},
"response": []
},
{
"name": "guest-carts/:cartId/gift-message/:itemId",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-carts/:cartId/gift-message/:itemId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-carts",
":cartId",
"gift-message",
":itemId"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
},
{
"value": "{{itemId}}",
"id": "itemId"
}
]
},
"description": "Set the gift message for a specified item in a specified shopping cart."
},
"response": []
},
{
"name": "gift-wrappings/:id?storeId={{storeId}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/gift-wrappings/:id?storeId={{storeId}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"gift-wrappings",
":id"
],
"query": [
{
"key": "storeId",
"value": "{{storeId}}"
}
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Return data object for specified wrapping ID and store."
},
"response": []
},
{
"name": "gift-wrappings/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/gift-wrappings/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"gift-wrappings",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Delete gift wrapping"
},
"response": []
},
{
"name": "gift-wrappings?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/gift-wrappings?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"gift-wrappings"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Return list of gift wrapping data objects based on search criteria"
},
"response": []
},
{
"name": "gift-wrappings",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/gift-wrappings",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"gift-wrappings"
]
},
"description": "Create/Update new gift wrapping with data object values"
},
"response": []
},
{
"name": "gift-wrappings/:wrappingId",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/gift-wrappings/:wrappingId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"gift-wrappings",
":wrappingId"
],
"variable": [
{
"value": "{{wrappingId}}",
"id": "wrappingId"
}
]
},
"description": "Create/Update new gift wrapping with data object values"
},
"response": []
},
{
"name": "giftregistry/mine/estimate-shipping-methods",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/giftregistry/mine/estimate-shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"giftregistry",
"mine",
"estimate-shipping-methods"
]
},
"description": "Estimate shipping"
},
"response": []
},
{
"name": "guest-giftregistry/:cartId/estimate-shipping-methods",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/guest-giftregistry/:cartId/estimate-shipping-methods",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"guest-giftregistry",
":cartId",
"estimate-shipping-methods"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Estimate shipping"
},
"response": []
},
{
"name": "reward/mine/use-reward",
"request": {
"method": "POST",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/reward/mine/use-reward",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"reward",
"mine",
"use-reward"
]
},
"description": "Set reward points to quote"
},
"response": []
},
{
"name": "returns/:id/tracking-numbers",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id/tracking-numbers",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id",
"tracking-numbers"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Get track list"
},
"response": []
},
{
"name": "returns/:id/tracking-numbers",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id/tracking-numbers",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id",
"tracking-numbers"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Add track"
},
"response": []
},
{
"name": "returns/:id/tracking-numbers/:trackId",
"request": {
"method": "DELETE",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id/tracking-numbers/:trackId",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id",
"tracking-numbers",
":trackId"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
},
{
"value": "{{trackId}}",
"id": "trackId"
}
]
},
"description": "Remove track by id"
},
"response": []
},
{
"name": "returns/:id/labels",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id/labels",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id",
"labels"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Get shipping label int the PDF format"
},
"response": []
},
{
"name": "returns/:id",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Return data object for specified RMA id"
},
"response": []
},
{
"name": "returns/:id",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Save RMA"
},
"response": []
},
{
"name": "returns/:id",
"request": {
"method": "DELETE",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Delete RMA"
},
"response": []
},
{
"name": "returns/:id/comments",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Comments list"
},
"response": []
},
{
"name": "returns/:id/comments",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns/:id/comments",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns",
":id",
"comments"
],
"variable": [
{
"value": "{{id}}",
"id": "id"
}
]
},
"description": "Add comment"
},
"response": []
},
{
"name": "returns?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns?searchCriteria[filterGroups][][filters][][field]={{searchCriteria[filterGroups][][filters][][field]}}&searchCriteria[filterGroups][][filters][][value]={{searchCriteria[filterGroups][][filters][][value]}}&searchCriteria[filterGroups][][filters][][conditionType]={{searchCriteria[filterGroups][][filters][][conditionType]}}&searchCriteria[sortOrders][][field]={{searchCriteria[sortOrders][][field]}}&searchCriteria[sortOrders][][direction]={{searchCriteria[sortOrders][][direction]}}&searchCriteria[pageSize]={{searchCriteria[pageSize]}}&searchCriteria[currentPage]={{searchCriteria[currentPage]}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns"
],
"query": [
{
"key": "searchCriteria[filterGroups][][filters][][field]",
"value": "{{searchCriteria[filterGroups][][filters][][field]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][value]",
"value": "{{searchCriteria[filterGroups][][filters][][value]}}"
},
{
"key": "searchCriteria[filterGroups][][filters][][conditionType]",
"value": "{{searchCriteria[filterGroups][][filters][][conditionType]}}"
},
{
"key": "searchCriteria[sortOrders][][field]",
"value": "{{searchCriteria[sortOrders][][field]}}"
},
{
"key": "searchCriteria[sortOrders][][direction]",
"value": "{{searchCriteria[sortOrders][][direction]}}"
},
{
"key": "searchCriteria[pageSize]",
"value": "{{searchCriteria[pageSize]}}"
},
{
"key": "searchCriteria[currentPage]",
"value": "{{searchCriteria[currentPage]}}"
}
]
},
"description": "Return list of rma data objects based on search criteria"
},
"response": []
},
{
"name": "returns",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returns",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returns"
]
},
"description": "Save RMA"
},
"response": []
},
{
"name": "returnsAttributeMetadata/:attributeCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returnsAttributeMetadata/:attributeCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returnsAttributeMetadata",
":attributeCode"
],
"variable": [
{
"value": "{{attributeCode}}",
"id": "attributeCode"
}
]
},
"description": "Retrieve attribute metadata."
},
"response": []
},
{
"name": "returnsAttributeMetadata/form/:formCode",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returnsAttributeMetadata/form/:formCode",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returnsAttributeMetadata",
"form",
":formCode"
],
"variable": [
{
"value": "{{formCode}}",
"id": "formCode"
}
]
},
"description": "Retrieve all attributes filtered by form code"
},
"response": []
},
{
"name": "returnsAttributeMetadata",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returnsAttributeMetadata",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returnsAttributeMetadata"
]
},
"description": "Get all attribute metadata."
},
"response": []
},
{
"name": "returnsAttributeMetadata/custom?dataObjectClassName={{dataObjectClassName}}",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/returnsAttributeMetadata/custom?dataObjectClassName={{dataObjectClassName}}",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"returnsAttributeMetadata",
"custom"
],
"query": [
{
"key": "dataObjectClassName",
"value": "{{dataObjectClassName}}"
}
]
},
"description": "Get custom attribute metadata for the given Data object's attribute set"
},
"response": []
},
{
"name": "worldpay-guest-carts/:cartId/payment-information",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://nz.forevernew.local/index.php/rest/default/V1/worldpay-guest-carts/:cartId/payment-information",
"protocol": "https",
"host": [
"nz",
"forevernew",
"local"
],
"path": [
"index.php",
"rest",
"default",
"V1",
"worldpay-guest-carts",
":cartId",
"payment-information"
],
"variable": [
{
"value": "{{cartId}}",
"id": "cartId"
}
]
},
"description": "Proxy handler for guest place order"
},
"response": []
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment