GET api/v1/get-seller-group-mappings?sellerId={sellerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
sellerId

integer

Required

Response Information

Description:

Return type: Collection of SellerGroupMapping

Response Formats
[
  {
    "SellerGroupMappingId": 1,
    "SellerGroupId": 2,
    "SellerId": 3,
    "IsActive": true,
    "IsLogicalDeleted": true,
    "CreatedBy": 1,
    "CreatedOn": "2025-06-18T13:14:44.6339472+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2025-06-18T13:14:44.6339472+00:00"
  },
  {
    "SellerGroupMappingId": 1,
    "SellerGroupId": 2,
    "SellerId": 3,
    "IsActive": true,
    "IsLogicalDeleted": true,
    "CreatedBy": 1,
    "CreatedOn": "2025-06-18T13:14:44.6339472+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2025-06-18T13:14:44.6339472+00:00"
  }
]
[{"SellerGroupMappingId":1,"SellerGroupId":2,"SellerId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T13:14:44.6339472+00:00","ModifiedBy":1,"ModifiedOn":"2025-06-18T13:14:44.6339472+00:00"},{"SellerGroupMappingId":1,"SellerGroupId":2,"SellerId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T13:14:44.6339472+00:00","ModifiedBy":1,"ModifiedOn":"2025-06-18T13:14:44.6339472+00:00"}]
<ArrayOfSellerGroupMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <SellerGroupMapping>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2025-06-18T13:14:44.6339472+00:00</CreatedOn>
    <IsActive>true</IsActive>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2025-06-18T13:14:44.6339472+00:00</ModifiedOn>
    <SellerGroupId>2</SellerGroupId>
    <SellerGroupMappingId>1</SellerGroupMappingId>
    <SellerId>3</SellerId>
  </SellerGroupMapping>
  <SellerGroupMapping>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2025-06-18T13:14:44.6339472+00:00</CreatedOn>
    <IsActive>true</IsActive>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2025-06-18T13:14:44.6339472+00:00</ModifiedOn>
    <SellerGroupId>2</SellerGroupId>
    <SellerGroupMappingId>1</SellerGroupMappingId>
    <SellerId>3</SellerId>
  </SellerGroupMapping>
</ArrayOfSellerGroupMapping>