# Get a Seller Extension Retrieves details of the specified Seller Extension. Endpoint: POST /sellermanager.fetch/{SellerId}/SX/{SXCategory} Security: basic, X-PriceFx-jwt ## Path parameters: - `SellerId` (string, required) The SellerId of the seller in the Seller Extension table you want to retrieve details for. Example: "SC-001" - `SXCategory` (string, required) The Seller Extension category (the Name from the Seller Master Extension table). Example: "SalesOrganization" ## Response 200 fields (application/json): - `response` (object) - `response.status` (integer) - `response.node` (string) - `response.data` (any) - `response.endRow` (integer)