{"section":"known-issues","requestedLocale":"en","requestedSlug":"b2b-organizations-detail-ui-only-shows-100-first-sellers","locale":"en","slug":"b2b-organizations-detail-ui-only-shows-100-first-sellers","path":"docs/en/known-issues/B2B/b2b-organizations-detail-ui-only-shows-100-first-sellers.md","branch":"main","content":"## Summary\n\n\nB2B Organizations Detail UI only shows 100 first sellers; the UI doesn't have pagination, making it impossible to select a seller if not in the first page\n\n\n##\n\n## Simulation\n\n\n\n- Make sure the account has more than 100 sellers registered;\n- Access the seller tab in B2B Organizations Detail UI;\n- Only the 100 first sellers will be shown.\n\n\n##\n\n## Workaround\n\n\n\n- Perform a getOrganizationById via graphQL using the app:\n\n    \\{ getOrganizationById(id:\"\")\\{ id name tradeName status collections \\{ id \\} paymentTerms \\{ id \\} priceTables customFields \\{ name type value useOnRegistration \\} salesChannel sellers \\{ id name \\}\\}\\}\n\n- Perform a mutation using the data from the previous graphQL:\n\n    mutation \\{ updateOrganization ( id: \"\", name: \"\" tradeName: \"\" status: \"active\" collections: [] paymentTerms: [] priceTables: [] customFields: [] salesChannel: null sellers: [\\{ id: \"\", name: \"\" \\}] ) \\{ id \\}\\}"}