File tree Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change 5031
5031
}
5032
5032
]
5033
5033
},
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
+ },
5034
5103
{
5035
5104
"name" : " Authentification by password" ,
5036
5105
"event" : [
You can’t perform that action at this time.
0 commit comments