curl --request GET \
--url https://marketplace-api.fabric.inc/v1/brands/{brand_id}/connections/{id}/departments/ \
--header 'Authorization: Bearer <token>'{
"count": 100,
"results": [
{
"id": 1418,
"retailer": {
"id": 1233,
"name": "fabric Merchant",
"code": "fabric-merchant",
"logo_url": "https://assets.revcascade.com/retailers/d8b42096-5e46-41e4-bde0-80c17d3d3a52",
"cover_url": "https://images.revcascade.com/retailers/defaults/cover.png",
"profile_tile_url": "https://images.revcascade.com/retailers/defaults/profile-tile.png",
"joined_at": "2022-05-27T03:07:59.000Z",
"is_3pm": false,
"is_rcn_retailer": false,
"is_onboarded": true,
"platform": "fabric",
"requires_subscription": "disabled",
"brand_permit_creation_allowed": true,
"website": "https://www.fabric.inc",
"status": "active",
"indexing_template_id": null
},
"owner_user": {
"id": 1002,
"first_name": "Kyle",
"last_name": "Stainer",
"title": "Engineering",
"status": "active",
"type": "standard",
"photo_url": "https://images.revcascade.com/users/2c5346e8b01f40de8977d29ee038f995/photo.jpg",
"profile_photo": "https://images.revcascade.com/users/2c5346e8b01f40de8977d29ee038f995/photo.jpg",
"is_me": false
},
"manager_user": null,
"name": "fabric Merchant Apparel",
"code": "fabric-merchant-general",
"sample_template_url": "https://res.cloudinary.com/revcascade/raw/upload/v1658950690/sample-templates/ApparelBad.csv",
"description": null,
"template": {
"id": 3245,
"name": "fabric General Merchandise",
"code": "fabric-general-merchandise"
},
"brand_ruleset": {
"id": 36
},
"retailer_ruleset": {
"id": 37
},
"is_active": true
}
],
"next": "https://api.example.org/demo/{retailer_id}/?page=5",
"previous": "https://api.example.org/demo/{retailer_id}/?page=3"
}A Proposal Department defines the product category for your proposal submission. Each retailer partner manages one or more Proposal Departments. You must select a Proposal Department before submitting a proposal to a partner.
curl --request GET \
--url https://marketplace-api.fabric.inc/v1/brands/{brand_id}/connections/{id}/departments/ \
--header 'Authorization: Bearer <token>'{
"count": 100,
"results": [
{
"id": 1418,
"retailer": {
"id": 1233,
"name": "fabric Merchant",
"code": "fabric-merchant",
"logo_url": "https://assets.revcascade.com/retailers/d8b42096-5e46-41e4-bde0-80c17d3d3a52",
"cover_url": "https://images.revcascade.com/retailers/defaults/cover.png",
"profile_tile_url": "https://images.revcascade.com/retailers/defaults/profile-tile.png",
"joined_at": "2022-05-27T03:07:59.000Z",
"is_3pm": false,
"is_rcn_retailer": false,
"is_onboarded": true,
"platform": "fabric",
"requires_subscription": "disabled",
"brand_permit_creation_allowed": true,
"website": "https://www.fabric.inc",
"status": "active",
"indexing_template_id": null
},
"owner_user": {
"id": 1002,
"first_name": "Kyle",
"last_name": "Stainer",
"title": "Engineering",
"status": "active",
"type": "standard",
"photo_url": "https://images.revcascade.com/users/2c5346e8b01f40de8977d29ee038f995/photo.jpg",
"profile_photo": "https://images.revcascade.com/users/2c5346e8b01f40de8977d29ee038f995/photo.jpg",
"is_me": false
},
"manager_user": null,
"name": "fabric Merchant Apparel",
"code": "fabric-merchant-general",
"sample_template_url": "https://res.cloudinary.com/revcascade/raw/upload/v1658950690/sample-templates/ApparelBad.csv",
"description": null,
"template": {
"id": 3245,
"name": "fabric General Merchandise",
"code": "fabric-general-merchandise"
},
"brand_ruleset": {
"id": 36
},
"retailer_ruleset": {
"id": 37
},
"is_active": true
}
],
"next": "https://api.example.org/demo/{retailer_id}/?page=5",
"previous": "https://api.example.org/demo/{retailer_id}/?page=3"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique brand ID. In the Dropship UI this is called the Supplier ID. To find your Supplier ID, click your supplier name in the top nav.
The unique connection id. This ID is automatically generated when a connection is created.
OK
The total number of records
100
Show child attributes
The unique identifier of the feed.
1418
Details about the associated retailer.
Show child attributes
The unique identifier of the retailer.
1233
The name of the retailer.
"fabric Merchant"
A unique code for the retailer.
"fabric-merchant"
URL to the retailer's logo.
"https://assets.revcascade.com/retailers/d8b42096-5e46-41e4-bde0-80c17d3d3a52"
URL to the retailer's cover image.
"https://images.revcascade.com/retailers/defaults/cover.png"
URL to the retailer's profile tile image.
"https://images.revcascade.com/retailers/defaults/profile-tile.png"
Timestamp when the retailer joined.
"2022-05-27T03:07:59.000Z"
Indicates if the retailer is a 3PM (Third-Party Merchant).
false
Indicates if the retailer is an RCN (RevCascade Network) retailer.
false
Indicates if the retailer has completed onboarding.
true
The platform the retailer uses.
"fabric"
Indicates if the retailer requires a subscription (e.g., 'disabled').
"disabled"
Indicates if brand permit creation is allowed for this retailer.
true
The retailer's website URL.
"https://www.fabric.inc"
The current status of the retailer (e.g., 'active').
"active"
The ID of the indexing template, if any.
null
Details about the user who owns this feed.
Show child attributes
The unique identifier of the user.
1002
The first name of the user.
"Kyle"
The last name of the user.
"Stainer"
The title or role of the user.
"Engineering"
The current status of the user (e.g., 'active').
"active"
The type of user (e.g., 'standard').
"standard"
URL to the user's photo.
"https://images.revcascade.com/users/2c5346e8b01f40de8977d29ee038f995/photo.jpg"
URL to the user's profile photo.
"https://images.revcascade.com/users/2c5346e8b01f40de8977d29ee038f995/photo.jpg"
Indicates if the user is the current authenticated user.
false
Details about the manager user, if any.
null
The name of the feed.
"fabric Merchant Apparel"
A unique code for the feed.
"fabric-merchant-general"
URL to a sample template for this feed.
"https://res.cloudinary.com/revcascade/raw/upload/v1658950690/sample-templates/ApparelBad.csv"
A description of the feed.
null
Details about the template used for this feed.
Indicates if the feed is active.
true
Next page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_id}/?page=5"
Previous page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_id}/?page=3"
Was this page helpful?