inventory_generate_snapshot

Arguments

ArgumentTypeRequiredDefaultDescription
dataInventoryGenerateSnapshotInput!Yes

Return Type

InventorySnapshotOutput

Mutation

mutation inventory_generate_snapshot(
  $data: InventoryGenerateSnapshotInput!
) {
  inventory_generate_snapshot(
    data: $data
  ) {
    request_id
    complexity
    snapshot {
      ...InventorySnapshotFragment
    }
  }
}

Variables

{
  "data": {
    "customer_account_id": "QWNjb3VudDoxMjM0",
    "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
    "notification_email": "customer@example.com",
    "post_url": "https://example.com/resource",
    "post_url_pre_check": https://example.com/resource,
    "new_format": BLUE-TEE-M,
    "updated_from": "2026-07-09T15:30:00Z",
    "has_inventory": true
  }
}

Response

{
  "data": {
    "inventory_generate_snapshot": {
      "request_id": "UmVjb3JkOjEyMzQ=",
      "complexity": 100,
      "snapshot": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}
    }
  }
}