Skip to content

Commit 62ca3c4

Browse files
committed
📦️ Update Postman collection
1 parent 82e70f6 commit 62ca3c4

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

content/files/Akeneo PIM API.postman_collection.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5031,6 +5031,75 @@
50315031
}
50325032
]
50335033
},
5034+
{
5035+
"name": "Job (Serenity only)",
5036+
"item": [
5037+
{
5038+
"name": "Launch export",
5039+
"request": {
5040+
"method": "POST",
5041+
"header": [
5042+
{
5043+
"key": "Authorization",
5044+
"value": "Bearer {{token}}"
5045+
},
5046+
{
5047+
"key": "Content-type",
5048+
"value": "application/json"
5049+
}
5050+
],
5051+
"url": {
5052+
"raw": "{{url}}/api/rest/v1/job/export/csv_product_export",
5053+
"host": [
5054+
"{{url}}"
5055+
],
5056+
"path": [
5057+
"api",
5058+
"rest",
5059+
"v1",
5060+
"job",
5061+
"export"
5062+
]
5063+
}
5064+
},
5065+
"response": []
5066+
},
5067+
{
5068+
"name": "Launch import",
5069+
"request": {
5070+
"method": "POST",
5071+
"header": [
5072+
{
5073+
"key": "Authorization",
5074+
"value": "Bearer {{token}}"
5075+
},
5076+
{
5077+
"key": "Content-type",
5078+
"value": "application/json"
5079+
}
5080+
],
5081+
"body": {
5082+
"mode": "raw",
5083+
"raw": "{\n \"import_mode\": \"create_only\"\n}"
5084+
},
5085+
"url": {
5086+
"raw": "{{url}}/api/rest/v1/job/import/csv_product_import",
5087+
"host": [
5088+
"{{url}}"
5089+
],
5090+
"path": [
5091+
"api",
5092+
"rest",
5093+
"v1",
5094+
"job",
5095+
"import"
5096+
]
5097+
}
5098+
},
5099+
"response": []
5100+
}
5101+
]
5102+
},
50345103
{
50355104
"name": "Authentification by password",
50365105
"event": [

0 commit comments

Comments
 (0)