@cloudcart/dev-mcp 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/admin.json +61 -0
- package/data/embeddings.bin +0 -0
- package/data/embeddings.json +1 -1
- package/package.json +1 -1
package/data/admin.json
CHANGED
|
@@ -21335,6 +21335,67 @@
|
|
|
21335
21335
|
"isDeprecated": false,
|
|
21336
21336
|
"deprecationReason": null
|
|
21337
21337
|
},
|
|
21338
|
+
{
|
|
21339
|
+
"name": "productsBulkAssignProperties",
|
|
21340
|
+
"description": "Bulk-assign category property options to N products. Each `(property_id, option_ids)` pair in `input` is applied to every product in `productIds` independently. Existing values for properties NOT in input are PRESERVED — pass `option_ids: []` to clear a specific property from those products. Fires `ProductUpdated` + `ProductsSearchEnginesSync` per product.",
|
|
21341
|
+
"args": [
|
|
21342
|
+
{
|
|
21343
|
+
"name": "productIds",
|
|
21344
|
+
"description": "Product IDs (max 250).",
|
|
21345
|
+
"type": {
|
|
21346
|
+
"kind": "NON_NULL",
|
|
21347
|
+
"name": null,
|
|
21348
|
+
"ofType": {
|
|
21349
|
+
"kind": "LIST",
|
|
21350
|
+
"name": null,
|
|
21351
|
+
"ofType": {
|
|
21352
|
+
"kind": "NON_NULL",
|
|
21353
|
+
"name": null,
|
|
21354
|
+
"ofType": {
|
|
21355
|
+
"kind": "SCALAR",
|
|
21356
|
+
"name": "ID",
|
|
21357
|
+
"ofType": null
|
|
21358
|
+
}
|
|
21359
|
+
}
|
|
21360
|
+
}
|
|
21361
|
+
},
|
|
21362
|
+
"defaultValue": null
|
|
21363
|
+
},
|
|
21364
|
+
{
|
|
21365
|
+
"name": "input",
|
|
21366
|
+
"description": "Property/option assignments to apply to every product.",
|
|
21367
|
+
"type": {
|
|
21368
|
+
"kind": "NON_NULL",
|
|
21369
|
+
"name": null,
|
|
21370
|
+
"ofType": {
|
|
21371
|
+
"kind": "LIST",
|
|
21372
|
+
"name": null,
|
|
21373
|
+
"ofType": {
|
|
21374
|
+
"kind": "NON_NULL",
|
|
21375
|
+
"name": null,
|
|
21376
|
+
"ofType": {
|
|
21377
|
+
"kind": "INPUT_OBJECT",
|
|
21378
|
+
"name": "AssignPropertyToProductInput",
|
|
21379
|
+
"ofType": null
|
|
21380
|
+
}
|
|
21381
|
+
}
|
|
21382
|
+
}
|
|
21383
|
+
},
|
|
21384
|
+
"defaultValue": null
|
|
21385
|
+
}
|
|
21386
|
+
],
|
|
21387
|
+
"type": {
|
|
21388
|
+
"kind": "NON_NULL",
|
|
21389
|
+
"name": null,
|
|
21390
|
+
"ofType": {
|
|
21391
|
+
"kind": "OBJECT",
|
|
21392
|
+
"name": "BulkProductsResult",
|
|
21393
|
+
"ofType": null
|
|
21394
|
+
}
|
|
21395
|
+
},
|
|
21396
|
+
"isDeprecated": false,
|
|
21397
|
+
"deprecationReason": null
|
|
21398
|
+
},
|
|
21338
21399
|
{
|
|
21339
21400
|
"name": "createCustomer",
|
|
21340
21401
|
"description": "Create a new customer.",
|
package/data/embeddings.bin
CHANGED
|
Binary file
|