Get Reseller Parents
https://api.flxpoint.com/reseller-channels/{channelId}/products/parentsUse this when you want to pull resellers data through the API.
This page explains the endpoint. To send a live test request, use the interactive tester in Stoplight or your own Postman / HTTP client.
This endpoint will retrieve back Parents
- Params starting with **filter*** will filter the results down - Params starting with **include*** will determine the metadata returned
Request
filterUpdatedAfterquerystring (date-time)requiredFilters down to Parents that have been updated after this timestamp. Note: If any "variant" static content (title, description, etc.) is updated then the "parent" updated flag will also be set.
filterPageSizequeryinteger (int32)requiredNumber of entries per page
filterPageNumberqueryinteger (int32)requiredCurrent page
includeCategoriesquerybooleanDetermines if "category_one", "category_two", and "category_three" are returned in the response
includeOptionsquerybooleanDetermines if "options" are returned in the response
includeImagesquerybooleanDetermines if "images" are returned in the response
includeAttributesquerybooleanDetermines if "attributes" are returned in the response
includeVariantsquerybooleanDetermines if "variants" are returned in the response. Variants will have a NULL "parent" object to prevent circular references.
includeVariantOptionValuesquerybooleanIf "includeVariants" is "true" - Determines if "option_values" are included in the response for each Variant
includeVariantImagesquerybooleanIf "includeVariants" is "true" - Determines if "images" are included in the response for each Variant
Example request
/reseller-channels/{channelId}/products/parentscurl -X GET "https://api.flxpoint.com/reseller-channels/{channelId}/products/parents" \
-H "Accept: application/json" \
-H "X-API-TOKEN: YOUR_TOKEN"Responses
200OKapplication/json
idintegeraccount_idintegerrequiredchannel_idintegerrequiredskustringrequiredtitlestringdescriptionstringbrandstringinserted_atstring (date-time)updated_atstring (date-time)imagesarray[ResellerProductParentImage]idintegerreseller_product_parent_idintegermd5_checksumstringurlstringsort_orderintegeroptionsarray[ResellerProductParentOption]idintegerreseller_product_parent_idintegernamestringattributesarray[ResellerProductParentAttribute]idintegerreseller_product_parent_idintegernamestringvaluestringvariantsarray[ResellerProductVariant]idinteger (int32)account_idinteger (int32)channel_idinteger (int32)requiredreseller_product_parent_idinteger (int32)requiredskustringrequiredpricenumbersale_pricenumbermsrpnumbermapnumberestimated_shipping_costnumberestimated_dropship_feenumbertitlestringmpnstringupcstringeanstringasinstringweightnumberlengthnumberwidthnumberheightnumberweight_unitstringpoundouncegramkilogramdimension_unitstringinchcentimeterquantityintegerdimensional_weightnumberinserted_atstring (date-time)updated_atstring (date-time)option_valuesarray[ResellerProductVariantOption]idintegerreseller_product_parent_option_idintegernamestringvaluestringimagesarray[ResellerProductVariantImage]idintegerreseller_product_variant_idintegermd5_checksumstringurlstringsort_orderintegerparentobjectidintegeraccount_idintegerrequiredchannel_idintegerrequiredskustringrequiredtitlestringdescriptionstringbrandstringinserted_atstring (date-time)updated_atstring (date-time)imagesarray[ResellerProductParentImage]idintegerreseller_product_parent_idintegermd5_checksumstringurlstringsort_orderintegeroptionsarray[ResellerProductParentOption]idintegerreseller_product_parent_idintegernamestringattributesarray[ResellerProductParentAttribute]idintegerreseller_product_parent_idintegernamestringvaluestringvariantsarray[ResellerProductVariant]idinteger (int32)account_idinteger (int32)channel_idinteger (int32)requiredreseller_product_parent_idinteger (int32)requiredskustringrequiredpricenumbersale_pricenumbermsrpnumbermapnumberestimated_shipping_costnumberestimated_dropship_feenumbertitlestringmpnstringupcstringeanstringasinstringweightnumberlengthnumberwidthnumberheightnumberweight_unitstringpoundouncegramkilogramdimension_unitstringinchcentimeterquantityintegerdimensional_weightnumberinserted_atstring (date-time)updated_atstring (date-time)option_valuesarray[ResellerProductVariantOptionValue]imagesarray[ResellerProductVariantImage]parentResellerProductParentdescriptionstringcategory_oneobjectidintegernamestringparent_category_idintegerchannel_idintegerinserted_atstring (date-time)updated_atstring (date-time)category_twoobjectidintegernamestringparent_category_idintegerchannel_idintegerinserted_atstring (date-time)updated_atstring (date-time)category_threeobjectidintegernamestringparent_category_idintegerchannel_idintegerinserted_atstring (date-time)updated_atstring (date-time)descriptionstringcategory_oneobjectidintegernamestringparent_category_idintegerchannel_idintegerinserted_atstring (date-time)updated_atstring (date-time)category_twoobjectidintegernamestringparent_category_idintegerchannel_idintegerinserted_atstring (date-time)updated_atstring (date-time)category_threeobjectidintegernamestringparent_category_idintegerchannel_idintegerinserted_atstring (date-time)updated_atstring (date-time)[
{
"id": 0,
"account_id": 0,
"channel_id": 0,
"sku": "HG412312",
"title": "The Big Shoe",
"description": "string",
"brand": "Nicefinds",
"inserted_at": "2026-04-20T00:00:00Z",
"updated_at": "2026-04-20T00:00:00Z",
"images": [
{
"id": 0,
"reseller_product_parent_id": 0,
"md5_checksum": "string",
"url": "string",
"sort_order": 0
}
],
"options": [
{
"id": 0,
"reseller_product_parent_id": 0,
"name": "string"
}
],
"attributes": [
{
"id": 0,
"reseller_product_parent_id": 0,
"name": "string",
"value": "string"
}
],
"variants": [
{
"id": 123,
"account_id": 1,
"channel_id": 1,
"reseller_product_parent_id": 4512,
"sku": "string",
"price": 299,
"sale_price": 199,
"msrp": 0,
"map": 0,
"estimated_shipping_cost": 0,
"estimated_dropship_fee": 0,
"title": "string",
"mpn": "string",
"upc": "string",
"ean": "string",
"asin": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"weight_unit": "pound",
"dimension_unit": "inch",
"quantity": 0,
"dimensional_weight": 0,
"inserted_at": "2026-04-20T00:00:00Z",
"updated_at": "2026-04-20T00:00:00Z",
"option_values": [
null
],
"images": [
null
],
"parent": {
"id": null,
"account_id": null,
"channel_id": null,
"sku": "HG412312",
"title": "The Big Shoe",
"description": null,
"brand": "Nicefinds",
"inserted_at": null,
"updated_at": null,
"images": null,
"options": null,
"attributes": null,
"variants": null,
"category_one": null,
"category_two": null,
"category_three": null
},
"description": "string"
}
],
"category_one": {
"id": 0,
"name": "string",
"parent_category_id": 0,
"channel_id": 0,
"inserted_at": "2026-04-20T00:00:00Z",
"updated_at": "2026-04-20T00:00:00Z"
},
"category_two": {
"id": 0,
"name": "string",
"parent_category_id": 0,
"channel_id": 0,
"inserted_at": "2026-04-20T00:00:00Z",
"updated_at": "2026-04-20T00:00:00Z"
},
"category_three": {
"id": 0,
"name": "string",
"parent_category_id": 0,
"channel_id": 0,
"inserted_at": "2026-04-20T00:00:00Z",
"updated_at": "2026-04-20T00:00:00Z"
}
}
]401Unauthorized
No schema documented for this status.
OpenAPI fragment
{
"get": {
"summary": "Get Reseller Parents",
"description": "This endpoint will retrieve back Parents\n\n- Params starting with **filter*** will filter the results down\n- Params starting with **include*** will determine the metadata returned",
"parameters": [
{
"schema": {
"type": "string",
"format": "date-time",
"example": "2020-10-14T16:05:00.000Z"
},
"in": "query",
"name": "filterUpdatedAfter",
"description": "Filters down to Parents that have been updated after this timestamp. Note: If any \"variant\" static content (title, description, etc.) is updated then the \"parent\" updated flag will also be set.",
"required": true
},
{
"schema": {
"type": "integer",
"format": "int32",
"default": 50,
"minimum": 1,
"maximum": 50,
"example": 50
},
"in": "query",
"name": "filterPageSize",
"description": "Number of entries per page",
"required": true
},
{
"schema": {
"type": "integer",
"format": "int32",
"default": 1,
"example": 1,
"minimum": 1
},
"in": "query",
"name": "filterPageNumber",
"description": "Current page",
"required": true
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeCategories",
"description": "Determines if \"category_one\", \"category_two\", and \"category_three\" are returned in the response"
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeOptions",
"description": "Determines if \"options\" are returned in the response"
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeImages",
"description": "Determines if \"images\" are returned in the response"
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeAttributes",
"description": "Determines if \"attributes\" are returned in the response"
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeVariants",
"description": "Determines if \"variants\" are returned in the response. Variants will have a NULL \"parent\" object to prevent circular references."
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeVariantOptionValues",
"description": "If \"includeVariants\" is \"true\" - Determines if \"option_values\" are included in the response for each Variant"
},
{
"schema": {
"type": "boolean",
"default": false
},
"in": "query",
"name": "includeVariantImages",
"description": "If \"includeVariants\" is \"true\" - Determines if \"images\" are included in the response for each Variant"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ResellerProductParent"
}
},
"examples": {
"example-full": {
"value": [
{
"id": 0,
"account_id": 0,
"channel_id": 0,
"sku": "HG412312",
"title": "The Big Shoe",
"description": "string",
"brand": "Nicefinds",
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"images": [
{
"id": 0,
"reseller_product_parent_id": 0,
"md5_checksum": "string",
"url": "string",
"sort_order": 0
}
],
"options": [
{
"id": 0,
"reseller_product_parent_id": 0,
"name": "string"
}
],
"attributes": [
{
"id": 0,
"reseller_product_parent_id": 0,
"name": "string",
"value": "string"
}
],
"variants": [
{
"id": 123,
"account_id": 1,
"channel_id": 1,
"reseller_product_parent_id": 4512,
"sku": "string",
"price": 299,
"sale_price": 199,
"msrp": 0,
"map": 0,
"estimated_shipping_cost": 0,
"estimated_dropship_fee": 0,
"title": "string",
"mpn": "string",
"upc": "123456789012",
"ean": "1234567890123",
"asin": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"weight_unit": "pound",
"dimension_unit": "inch",
"quantity": 0,
"dimensional_weight": 0,
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"option_values": [
{
"id": 0,
"reseller_product_parent_option_id": 0,
"name": "string",
"value": "string"
}
],
"images": [
{
"id": 0,
"reseller_product_variant_id": 0,
"md5_checksum": "string",
"url": "string",
"sort_order": 0
}
],
"parent": null
}
],
"category_one": {
"id": 0,
"name": "string",
"parent_category_id": 0,
"channel_id": 0,
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"category_two": {
"id": 0,
"name": "string",
"parent_category_id": 0,
"channel_id": 0,
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"category_three": {
"id": 0,
"name": "string",
"parent_category_id": 0,
"channel_id": 0,
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}
]
},
"example-minimum": {
"value": [
{
"id": 0,
"account_id": 0,
"channel_id": 0,
"sku": "HG412312",
"title": "The Big Shoe",
"description": "string",
"brand": "Nicefinds",
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"images": [],
"options": [],
"attributes": [],
"variants": [],
"category_one": null,
"category_two": null,
"category_three": null
}
]
}
}
},
"application/xml": {
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"401": {
"description": "Unauthorized"
}
}
}
}