GET
api/v1/get-seller-group-mappings?sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sellerId | integer |
Required |
Response Information
Description:
Return type: Collection of SellerGroupMapping
Response Formats
application/json, text/json
[
{
"SellerGroupMappingId": 1,
"SellerGroupId": 2,
"SellerId": 3,
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedBy": 1,
"CreatedOn": "2026-02-04T11:19:56.999727+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-02-04T11:19:56.999727+00:00"
},
{
"SellerGroupMappingId": 1,
"SellerGroupId": 2,
"SellerId": 3,
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedBy": 1,
"CreatedOn": "2026-02-04T11:19:56.999727+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-02-04T11:19:56.999727+00:00"
}
]
text/html
[{"SellerGroupMappingId":1,"SellerGroupId":2,"SellerId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2026-02-04T11:19:56.999727+00:00","ModifiedBy":1,"ModifiedOn":"2026-02-04T11:19:56.999727+00:00"},{"SellerGroupMappingId":1,"SellerGroupId":2,"SellerId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2026-02-04T11:19:56.999727+00:00","ModifiedBy":1,"ModifiedOn":"2026-02-04T11:19:56.999727+00:00"}]
application/xml, text/xml
<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>2026-02-04T11:19:56.999727+00:00</CreatedOn>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2026-02-04T11:19:56.999727+00:00</ModifiedOn>
<SellerGroupId>2</SellerGroupId>
<SellerGroupMappingId>1</SellerGroupMappingId>
<SellerId>3</SellerId>
</SellerGroupMapping>
<SellerGroupMapping>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-02-04T11:19:56.999727+00:00</CreatedOn>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2026-02-04T11:19:56.999727+00:00</ModifiedOn>
<SellerGroupId>2</SellerGroupId>
<SellerGroupMappingId>1</SellerGroupMappingId>
<SellerId>3</SellerId>
</SellerGroupMapping>
</ArrayOfSellerGroupMapping>
