GraphQL
Home
Privacy
Endpoint:
API Key:
Query / Mutation
mutation BulkUpsert($input: [ExternalPartMappingInput!]!) { bulkUpsertExternalPartMappings(input: $input) { id externalPartNumber externalMPN description externalSupplierName externalSupplierReference externalNotes externalStockLevel externalUnitPrice externalMoq externalInventoryTier inventoryTierUpdatedAt externalAppId createdAt updatedAt } }
Import Data:
Excel, Google Sheets, or external JSON file URL
Upload Excel/CSV
Choose Excel/CSV
Only Excel (.xlsx) or CSV files accepted.
Import from
Paste
public share URL:
Import from External JSON URL
Paste JSON file URL:
Variables (JSON):
{ "input": [ { "externalPartNumber": "11021", "externalMPN": "CSW-CPT-11021", "description": "Cable Connector ABC", "externalSupplierName": "Test Supplier", "externalSupplierReference": "SUP-REF-001", "externalNotes": "Just a test note.", "externalStockLevel": 100, "externalUnitPrice": 12.34, "externalMoq": 10, "externalInventoryTier": "Tier 1", "inventoryTierUpdatedAt": "2024-06-21T12:00:00Z", "externalAppId": "1d663cef-2123-4e24-b022-ccb85851e99c" } ] }
Bulk Upsert
Query All
Introspection
Sample (1 Entry)
Sample (10 Bulk Entries)
Send Request
Progress
0%
Output
Log