Authentication v1
- Identity APIs
- User
- Address
- Auth
User Self Service APIs
- Introduction
- User Self Service APIs
- Authentication APIs
Experiences v2 (XM v2)
- XM
- Pages
- Global Components
- Menu
Experiences v1 (XM v1)
- XM
- Pages
- Global Components
- Menu
Product Catalog
- Product Catalog
- Category
- Product
- Attributes
- Bulk Import
Orders v2 (OMS v2)
- Order Management System
- Order
- Order Attribute
- Developer Guide
- Order Return
- Payment Status
- Package Tracking
- Cross Border
- Order Cancellation
- Appeasement
- Allocation
- Configuration
- Fraud Configuration
- Target Configuration
- Location
- Location Attribute
- Inventory Network
- Inventory
- Inventory Counter
- Inventory Bulk Operation
- Inventory Attribute
- Inventory Upload Log
- Shipment
- Shipping Method
- Webhook
- Notification
- Export
- Invoice
- Fraud
- Backorder Preorder Reservation
- List
Orders v1 (OMS v1)
- Order Management System
- Cart
- Bill To
- Ship To
- Wishlist
- Cart Decoupled
- Warehouse
- Inventory
- Attributes
- List
- Tax/Address Validate
- Shipping
- Payments
- Order
Offers v2
- Offers
- Developer Guide
- Promotion
- Price Kind
- Dynamic Pricing Engine
- Segment
- Coupon
- Coupon Codes
- Product
- Price List
- Attributes
- Item
- Price Guard
- Global Exclusion
- Upload Price CSV
- Pricing
- Redemption
- Exports
Offers v1
- Offers
- Login API
- Promotions
- Pricing
Subscriptions (SMT API)
- Subscriptions API
- Cancellation Reasons
- Subscription Discounts
- Subscriptions
- Subscribers
- Orders
Loyalty (Member)
- Member APIs
- Inquire
- Discounts
- Redeem
- Earn
- Members
Dropship
- Dropship API
- Shipments
- Products
- Invoices
- Connections
- Inventory
- Developer Guide
- Returns
- Orders
Cart API
- Cart
- Order Draft
- Attribute
- Adjustments
- Shipping
- Cart
Checkout API
- Checkout
- Checkout
Customer
- Core Concepts
- Customer Service
- Organization
- User Party
- Organization Group Addresses
- User Internal Party
- Organization Contracts
- Party
- Party Contracts
- Contracts
- User
- Search
- User Trait
- Organization Users
- Address
- User Address
- Trait
- Party Address
- Party Trait
- Organization Group Users
- Internal Party
- Contract Pricelist
- Internal Parties Party
- Account
- Party Account
- Organization Addresses
- Organization Groups
- Individual Addresses
- Users Organization
- Individual
Get connections of a single vendor
Gets the connection details for a specified vendor
curl --request GET \
--url https://marketplace-api.fabric.inc/v1/retailers/{retailer_pk}/connections/{id}/ \
--header 'Authorization: Bearer <token>'
{
"id": 1050,
"brand": {
"id": 5424,
"name": "Vendor ABC",
"code": "vendor_abc",
"logo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"cover_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_tile_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"uuid": "54a947ea-19db-4563-8447-1bb2f113c127",
"joined_at": "2021-09-10T15:24:56Z",
"default_ship_from_location": {
"id": 87574,
"nickname": "Sample Location",
"type": "warehouse",
"address": null
},
"connections_manager": {
"id": 355,
"first_name": "Demo",
"last_name": "Sample",
"email": "demo.sample@gmail.com",
"title": "Dr",
"phone": "1234567890",
"status": "active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"merchandising_manager": {
"id": 355,
"first_name": "Demo",
"last_name": "Sample",
"email": "demo.sample@gmail.com",
"title": "Dr",
"phone": "1234567890",
"status": "active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"shipping_manager": {
"id": 542,
"first_name": "Sample",
"last_name": "Demo",
"title": "Demo",
"status": "Active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"preferences": [
{
"id": 901,
"name": "Currency",
"code": "currency",
"type": "freeform",
"grouping": "Orders",
"priority": 5,
"description": "Sample description for demo preference",
"content_type": null,
"default_option": {
"id": 234,
"name": "Sample Prefs",
"code": "sample_prefs",
"value": "<string>",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
}
},
"options": [
{
"id": 234,
"name": "Sample Prefs",
"code": "sample_prefs",
"value": "<string>",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
}
}
],
"payload_type": "value",
"brand_preference": {
"id": 545,
"option_id": "656",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
},
"value": "<string>"
},
"retailer_preference": {
"id": 124,
"option_id": "SampleOpt123",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
},
"value": "<string>"
},
"user_preference": {
"id": 154,
"option_id": "Sample Option",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
},
"value": "<string>"
}
}
],
"verticals": [
{
"id": 123,
"name": "Sample Vertical",
"code": "sample_vertical",
"assets": [
{}
]
}
],
"attachments": [
{
"id": 268,
"content_type": 1,
"object_id": 666,
"file": "Sample file",
"uploaded_by": 646,
"visible_by": "connections",
"original_filename": "Sample1",
"filename": "Sample1",
"tags": [
{
"id": 432,
"tag": "demotag"
}
],
"url": "https://assets.sample.com/attachments/path_to_attachment/attachment.pdf"
}
],
"website": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_onboarded": true,
"onboarded_at": "2021-09-10T15:24:56Z",
"assigned_onboarding_tasks": {
"id": 125,
"onboarding_task": {
"id": 345,
"name": "Task1",
"code": "task1",
"description": "Onboard sample task 1",
"type": "Initial",
"priority": 2,
"status": "In Progress",
"content_type": "PDF",
"created_at": "2021-09-10T15:24:56Z"
},
"info": {},
"completed_at": "2021-09-10T15:24:56Z",
"completed_by": {
"id": 145,
"first_name": "Demo",
"last_name": "Sample",
"name": "Demo Sample",
"email": "demo@xyz.com",
"title": "Mr",
"status": "active",
"type": "standard"
},
"created_at": "2021-09-10T15:24:56Z"
},
"requires_subscription": "disabled",
"inventory_policy": "unmanaged"
},
"level": "basic",
"status": "active",
"suspended_at": null,
"created_at": "2021-09-10T15:24:56Z",
"updated_at": "2022-11-10T15:24:56Z",
"shipping_accounts": [
{
"id": 1,
"nickname": "Sample13",
"owner": "DemoABC",
"carrier": "ALP Brand",
"shipping_methods": {
"id": 5,
"name": "White Glove Bronze",
"code": "cory_white_glove",
"type": "ltl (less than truck load)",
"carrier": {
"id": 229,
"name": "Cory Companies",
"code": "CJCD"
},
"generic_shipping_method": {
"id": 5,
"name": "LTL",
"description": "Less than truckload (LTL)",
"type": "ltl"
}
}
}
],
"connection_contacts": [
{
"id": 1546,
"contact_type": "merchandising",
"brand": {
"id": 500,
"name": "Marla Cielo",
"code": "demo-brand",
"joined_at": "2022-09-10T15:24:56Z",
"logo_url": "https://images.revcascade.com/retailers/defaults/logo-lg.png",
"cover_url": "https://images.revcascade.com/retailers/defaults/cover.png",
"profile_tile_url": "https://images.revcascade.com/retailers/defaults/profile-tile.png",
"website": null,
"is_onboarded": false,
"is_on_rcn": false,
"requires_subscription": "enabled",
"subscription_expires_at": "2024-09-19T13:32:10Z",
"grace_period_ends_at": "2024-10-26T13:32:10Z",
"subscription_is_expired": false,
"subscription_is_on_grace_period": false,
"subscription_is_delinquent": false,
"inventory_policy": "managed",
"status": "active"
},
"retailer": {
"id": 500,
"name": "Demo Retailer",
"code": "demo-retailer",
"logo_url": "https://images.demo.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/logo-lg.png",
"cover_url": "https://images.sampke.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/cover.jpg",
"profile_tile_url": "https://images.demo.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/profile-tile.jpg",
"joined_at": "2021-08-03T17:24:12Z",
"is_rcn_retailer": false,
"is_onboarded": false,
"platform": "fabric",
"requires_subscription": "disabled",
"brand_permit_creation_allowed": false,
"website": "https://demoabc.com",
"status": "active"
},
"user_id": 201,
"first_name": "Demo",
"last_name": "Sample",
"email": "demo-sample@anc.com",
"phone": "12456245984"
}
],
"connection_credentials": [
{
"id": 125,
"name": "SampleCred",
"value": "Sample1",
"code": "sample_cred",
"is_encrypted": true
}
],
"connection_fees": {
"id": 1000,
"payment_model": "managed",
"payment_terms": "net60",
"net_price_method": "permit_cost",
"revshare_fraction": "0.4000",
"revc_fee_flat": "0.00",
"revc_fee_fraction": "0.0300",
"brand_fee_flat": "0.00",
"brand_flat_order_fee": "0.00",
"brand_percent_order_fee": "0.0000",
"effective_at": "2015-10-10T00:00:00Z"
},
"connection_slas": {
"id": 1000,
"brand_inventory_hours": 24,
"brand_fulfillment_hours": 48,
"brand_cancel_hours": 24,
"brand_acknowledge_hours": 12,
"retailer_cancel_hours": 24,
"retailer_return_hours": 720
},
"connection_adjustments": [
{
"id": 123442,
"adjustment_code": {
"id": 1,
"adjustment_type": "Allowance",
"code": "returns_allowance",
"description": "returns_allowance"
},
"description": "Sample description for monetary adjustments",
"adjustment_type": "Discount",
"adjustment_amount_type": "flat",
"adjustment_amount": "12",
"content_type": "PDF",
"object_id": 45646
}
],
"options": {
"id": 8753,
"name": "Sample Option",
"code": "Sample_Option",
"description": "Sample description for connection",
"viewable_by": "All",
"editable_by": "Staff"
},
"approved_items_count": 2,
"orders_last_7_days_count": 8,
"proposals_received_last_7_days_count": 8,
"metadata": "<string>",
"attachments": [
{
"id": 268,
"content_type": 1,
"object_id": 666,
"file": "Sample file",
"uploaded_by": 646,
"visible_by": "connections",
"original_filename": "Sample1",
"filename": "Sample1",
"tags": [
{
"id": 432,
"tag": "demotag"
}
],
"url": "https://assets.sample.com/attachments/path_to_attachment/attachment.pdf"
}
],
"memos": [
{
"id": 1234,
"text": "Immediate requirement",
"visibility": "any",
"acknowledged_at": "2022-01-10T15:24:56Z",
"notify_people": true,
"created_by": {
"id": 542,
"first_name": "Sample",
"last_name": "Demo",
"title": "Demo",
"status": "Active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"created_by_context": "retailer",
"created_at": "2021-09-10T15:24:56Z",
"updated_at": "2022-09-10T15:24:56Z"
}
],
"referral": {
"id": 125,
"referrer": {
"id": 675,
"code": "retailer_abc",
"name": "Retailer ABC"
},
"referee": {
"id": 675,
"code": "retailer_abc",
"name": "Retailer ABC"
},
"is_brand_first_connection": "false\"",
"is_retailer_first_connection": true
},
"packing_slip_template": "<string>",
"integration_type": "API",
"retailer_identifier": "Retailer 877",
"onboarding_status": "Completed",
"onboarding_target_date": "2021-09-10T15:24:56Z",
"onboarded_at": "2021-09-10T15:24:56Z"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Vendor contact code
1 - 64
"vendor_abc"
ID of vendor (or brand) contact
5424
Vendor contact name
1 - 64
"Vendor ABC"
URL of vendor logo
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
URL of the vendor cover
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
URL of the vendor profile image
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
Universally unique identifier (UUID)
36
"54a947ea-19db-4563-8447-1bb2f113c127"
Time of vendor joining the platform (UTC format)
"2021-09-10T15:24:56Z"
Location nickname
1 - 64
"Sample Location"
Location ID
87574
Location type
warehouse
, store
, headquarters
, billing
, return_center
, ship_to
"warehouse"
Location address
null
User ID
355
First name of user
64
"Demo"
Last name of user
64
"Sample"
Email address of user
128
"demo.sample@gmail.com"
Title of the user
64
"Dr"
Contact number of user
16
"1234567890"
Status of user
active
, invited
, locked
"active"
User type
standard
, api
"standard"
URL of user image
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
URL of profile image
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
true: logged in user is me <br /> logged in user is not me
true
User ID
355
First name of user
64
"Demo"
Last name of user
64
"Sample"
Email address of user
128
"demo.sample@gmail.com"
Title of the user
64
"Dr"
Contact number of user
16
"1234567890"
Status of user
active
, invited
, locked
"active"
User type
standard
, api
"standard"
URL of user image
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
URL of profile image
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
true: logged in user is me <br /> logged in user is not me
true
User ID who accepted or rejected the invoice
542
First name of user
64
"Sample"
Last name of user
64
"Demo"
User title
64
"Demo"
User status
active
, invited
, locked
"Active"
User type
standard
, api
"standard"
URL of the user photo
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
URL of the user's profile photo
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
true: user is me: <br /> false: user is not me
true
Preference name
1 - 64
"Currency"
Preference code
1 - 64
"currency"
Preference type
boolean
, link
, options
, freeform
, integer
, decimal
"freeform"
Content type
null
Preference ID
901
Grouping preference
locale
, misc
, onboarding
, orders
, proposals
, products
"Orders"
Preference priority
0 <= x <= 4294967295
5
Preference description
"Sample description for demo preference"
Preference option name
1 - 32
"Sample Prefs"
Preference option code
1 - 32
"sample_prefs"
Preference option ID
234
Preference option value
256
Currency ID
1
Currency name
200
"United States Dollar"
Currency symbol
5
"$"
Currency unit
"USD"
Timezone name
1 - 32
"Demo"
Timezone code
1 - 32
"demo"
Timezone ID
7567
Preference option name
1 - 32
"Sample Prefs"
Preference option code
1 - 32
"sample_prefs"
Preference option ID
234
Preference option value
256
Currency ID
1
Currency name
200
"United States Dollar"
Currency symbol
5
"$"
Currency unit
"USD"
Payload type. Default type is value.
"value"
Brand preference ID
545
Option ID
"656"
Currency ID
1
Currency name
200
"United States Dollar"
Currency symbol
5
"$"
Currency unit
"USD"
Timezone name
1 - 32
"Demo"
Timezone code
1 - 32
"demo"
Timezone ID
7567
Value based on the preference
256
Retailer preference ID
124
Option ID
"SampleOpt123"
Currency ID
1
Currency name
200
"United States Dollar"
Currency symbol
5
"$"
Currency unit
"USD"
Timezone name
1 - 32
"Demo"
Timezone code
1 - 32
"demo"
Timezone ID
7567
Value based on the preference
256
User preference ID
154
Option ID
"Sample Option"
Currency ID
1
Currency name
200
"United States Dollar"
Currency symbol
5
"$"
Currency unit
"USD"
Timezone name
1 - 32
"Demo"
Timezone code
1 - 32
"demo"
Timezone ID
7567
Value based on the preference
256
Attachment or document ID
268
Content type
1
Attachement object ID
666
File name
"Sample file"
User ID that uploaded the attachment
646
User permission who can view the attachment
me
, connections
, everyone
"connections"
Original file name
255
"Sample1"
File name used for sharing
255
"Sample1"
URL of attachment
1
"https://assets.sample.com/attachments/path_to_attachment/attachment.pdf"
Brand URL
100
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
true: brand is onboarded <br /> false: brand is not onboarded
true
Time of vendor onboarding (UTC format)
"2021-09-10T15:24:56Z"
Onboarding task ID (vendor context)
125
Task name
1 - 128
"Task1"
Task code
1 - 64
"task1"
Task type
initial
, conditional
, network
"Initial"
Task prority
0 <= x <= 4294967295
2
Task status
active
, inactive
"In Progress"
Onboarding task ID
345
Task descripton
256
"Onboard sample task 1"
Content type
1
"PDF"
Time of task creation (UTC format)
"2021-09-10T15:24:56Z"
JSON object with details, if applicable
Time of task completion (UTC format)
"2021-09-10T15:24:56Z"
User ID
145
First name of user
64
"Demo"
Last name of user
64
"Sample"
Full name of user
1
"Demo Sample"
Email address of user
128
"demo@xyz.com"
Title of user
64
"Mr"
User status
active
, invited
, locked
"active"
User type
standard
, api
"standard"
Time of task creation (UTC format)
"2021-09-10T15:24:56Z"
Represents whether subscription is required
disabled
, enabled
, upcoming
"disabled"
Inventory policy
unmanaged
, managed
, use_variant_policy
"unmanaged"
Connection credential name
1 - 256
"SampleCred"
Connection credential value
1 - 2048
"Sample1"
Connection credential code
1 - 256
"sample_cred"
Connection credential ID
125
true: connection is encrypted <br /> <br /> connection is not encrypted
true
Retailer connection ID
1050
Retailer connection type
basic
, full
"basic"
Retailer connection status
active
, suspended
, pending
, onboarding
"active"
Time of when the retailer connection got suspended (UTC format)
null
Time of retailer connection creation (UTC format)
"2021-09-10T15:24:56Z"
Time of retailer connection update (UTC format)
"2022-11-10T15:24:56Z"
Short name of shipping account, for easier identification
1 - 64
"Sample13"
Shippping account ID
1
Owner of shipping account
"DemoABC"
Shipping carrier
"ALP Brand"
Name of shipping method
1 - 64
"White Glove Bronze"
Code of shipping method
1 - 64
"cory_white_glove"
ID of shipping method
5
Type of shipping method
small_parcel
, ltl
"ltl (less than truck load)"
Carrier ID
229
Carrier name
1 - 64
"Cory Companies"
Carrier code
1 - 64
"CJCD"
Name of shipping method
1 - 32
"LTL"
Description of shipping method
1 - 128
"Less than truckload (LTL)"
ID of shipping method
5
Type of shipping method
small_parcel
, ltl
"ltl"
ID of connection contact
1546
Contact type
orders
, merchandising
, finance
, inventory
"merchandising"
Vendor code, which is vendor name in lower case and underscore
1 - 64
"demo-brand"
Vendor (brand) ID
500
Vendor name
1 - 64
"Marla Cielo"
Time when vendor joined Dropship (UTC format)
"2022-09-10T15:24:56Z"
URL of the brand logo
1
"https://images.revcascade.com/retailers/defaults/logo-lg.png"
URL of the cover image
1
"https://images.revcascade.com/retailers/defaults/cover.png"
URL of the profile image
1
"https://images.revcascade.com/retailers/defaults/profile-tile.png"
URL of brand website
100
null
true: Vendor is onboarded <br /> false: Vendor is not onboarded
false
true: is on Dropship network <br /> false: not on Dropship network
false
Represents whether subscription is required
disabled
, enabled
, upcoming
"enabled"
Subscription expiry Time (UTC format)
"2024-09-19T13:32:10Z"
Time of grace period expiration (UTC format)
"2024-10-26T13:32:10Z"
true: subscription is expired <br /> false: subscription is active
false
true: subscription is on grace period <br /> false: subscription is not on grace period
false
true: subscription is overdue <br /> false: subscription is paid
false
Inventory policy
unmanaged
, managed
, use_variant_policy
"managed"
Vendor status
active
, pending
, inactive
"active"
Retailer name
1 - 64
"Demo Retailer"
Retailer code, which is retailer name in lower case and hyphenated
1 - 32
"demo-retailer"
Retailer ID
500
URL of retailer logo
1
"https://images.demo.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/logo-lg.png"
URL of retailer cover image
1
"https://images.sampke.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/cover.jpg"
URL of retailer profile image
1
"https://images.demo.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/profile-tile.jpg"
Time of retailer joining Dropship (UTC format)
"2021-08-03T17:24:12Z"
true: Retailer is in Dropship network; Retailer is not in Dropship network
false
true: Retailer is onboarded <br /> false: Retailer is not onboarded
false
Platform on which retailer is onboarded
fabric
"fabric"
Represent whether retailer requires subscription to use the platform
disabled
, enabled
, upcoming
"disabled"
true: Platform allows creation of brand permit <br /> false: Platform doesn't require creation of brand permit
false
Website URL
100
"https://demoabc.com"
Retailer status
active
, setup
, ghost
"active"
User ID
201
First name of contact
1
"Demo"
Last name of contact
1
"Sample"
Email ID of contact
1
"demo-sample@anc.com"
Phone number of contact
1
"12456245984"
Connection fee ID
1000
Payment model
direct
, managed
"managed"
Payment terms
net15
, net30
, net45
, net60
, net90
"net60"
Method used to calculate net price
estimated_commission
, product_cost
, specified_in_order
, revshare
, permit_cost
"permit_cost"
Internal only
"0.4000"
Internal only
1
"0.00"
Internal only
1
"0.0300"
Internal only
1
"0.00"
Internal only
"0.00"
Vendor percentage of order fee
"0.0000"
Time connection fee became effective (UTC format)
"2015-10-10T00:00:00Z"
Connection SLA ID
1000
Inventory update SLA (in hours)
0 <= x <= 4294967295
24
Fulfillment hours of brand
0 <= x <= 4294967295
48
Timeframe for vendor to cancel order
0 <= x <= 4294967295
24
Timeframe for vendor to acknowledge order
0 <= x <= 4294967295
12
Timeframe for retailers to cancel order
0 <= x <= 4294967295
24
Timeframe for retailers to return order
0 <= x <= 4294967295
720
Description of adjustment
1 - 256
"Sample description for monetary adjustments"
Connection adjustment ID, used for monetary adjustments
123442
Adjustment type
allowance
, charge
"Allowance"
Adjustment code
1 - 64
"returns_allowance"
Description of adjustment
1 - 128
"returns_allowance"
Adjustment ID
1
Adjustment type
"Discount"
Adjustment type - dollar amount or percentage
percent
, flat
"flat"
Adjustment amount
"12"
Content type
1
"PDF"
Object ID
0 <= x <= 4294967295
45646
Option name
1 - 64
"Sample Option"
Option code
1 - 64
"Sample_Option"
Option ID
8753
Connection description
"Sample description for connection"
User who can view the connection details
retailer
, brand
, all
, none
"All"
User who can edit connection
retailer
, brand
, staff
"Staff"
Count of approved items
2
Count of orders in the last 7 days
8
Count of proposals received in the last 7 days
8
Additional information, if any
Attachment or document ID
268
Content type
1
Attachement object ID
666
File name
"Sample file"
User ID that uploaded the attachment
646
User permission who can view the attachment
me
, connections
, everyone
"connections"
Original file name
255
"Sample1"
File name used for sharing
255
"Sample1"
URL of attachment
1
"https://assets.sample.com/attachments/path_to_attachment/attachment.pdf"
Memo ID
1234
Memo text
"Immediate requirement"
Memo visibility
any
, retailer
, brand
"any"
Time memo acknowledgement (UTC format)
"2022-01-10T15:24:56Z"
true: notify stakeholders <br /> false: do not notify
true
User ID who accepted or rejected the invoice
542
First name of user
64
"Sample"
Last name of user
64
"Demo"
User title
64
"Demo"
User status
active
, invited
, locked
"Active"
User type
standard
, api
"standard"
URL of the user photo
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
URL of the user's profile photo
1
"https://assets.demo.com/attachments/path_to_attachment/attachment.pdf"
true: user is me: <br /> false: user is not me
true
Represents whether memo is created by retailer or brand?
retailer
, brand
"retailer"
Time of memo creation (UTC format)
"2021-09-10T15:24:56Z"
Time of memo update (UTC format)
"2022-09-10T15:24:56Z"
ID of connection referral
125
Retailer or Vendor (Brand) code
1 - 32
"retailer_abc"
Retailer or Vendor (Brand) name
1 - 64
"Retailer ABC"
Retailer or Vendor (Brand) ID
675
Retailer or Vendor (Brand) code
1 - 32
"retailer_abc"
Retailer or Vendor (Brand) name
1 - 64
"Retailer ABC"
Retailer or Vendor (Brand) ID
675
true: brand is first connection <br /> false: brand is not the first connection
"false\""
true: retailer is first connection <br /> false: brand is not the first connection
true
Template of the packing slip
64
Integration type
console
, edi
, api
, storefront
, console-print-labels
, console-register-tracking-numbers
, shopify
, bigcommerce
, shipstation
"API"
Retailer identifier
32
"Retailer 877"
Status of retailer onboarding
pending
, complete
"Completed"
Target date for retailer onboarding (UTC format)
"2021-09-10T15:24:56Z"
Time of retailer onboarding (UTC format)
"2021-09-10T15:24:56Z"
Was this page helpful?
curl --request GET \
--url https://marketplace-api.fabric.inc/v1/retailers/{retailer_pk}/connections/{id}/ \
--header 'Authorization: Bearer <token>'
{
"id": 1050,
"brand": {
"id": 5424,
"name": "Vendor ABC",
"code": "vendor_abc",
"logo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"cover_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_tile_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"uuid": "54a947ea-19db-4563-8447-1bb2f113c127",
"joined_at": "2021-09-10T15:24:56Z",
"default_ship_from_location": {
"id": 87574,
"nickname": "Sample Location",
"type": "warehouse",
"address": null
},
"connections_manager": {
"id": 355,
"first_name": "Demo",
"last_name": "Sample",
"email": "demo.sample@gmail.com",
"title": "Dr",
"phone": "1234567890",
"status": "active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"merchandising_manager": {
"id": 355,
"first_name": "Demo",
"last_name": "Sample",
"email": "demo.sample@gmail.com",
"title": "Dr",
"phone": "1234567890",
"status": "active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"shipping_manager": {
"id": 542,
"first_name": "Sample",
"last_name": "Demo",
"title": "Demo",
"status": "Active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"preferences": [
{
"id": 901,
"name": "Currency",
"code": "currency",
"type": "freeform",
"grouping": "Orders",
"priority": 5,
"description": "Sample description for demo preference",
"content_type": null,
"default_option": {
"id": 234,
"name": "Sample Prefs",
"code": "sample_prefs",
"value": "<string>",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
}
},
"options": [
{
"id": 234,
"name": "Sample Prefs",
"code": "sample_prefs",
"value": "<string>",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
}
}
],
"payload_type": "value",
"brand_preference": {
"id": 545,
"option_id": "656",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
},
"value": "<string>"
},
"retailer_preference": {
"id": 124,
"option_id": "SampleOpt123",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
},
"value": "<string>"
},
"user_preference": {
"id": 154,
"option_id": "Sample Option",
"currency": {
"id": 1,
"name": "United States Dollar",
"symbol": "$",
"unit": "USD"
},
"timezone": {
"id": 7567,
"name": "Demo",
"code": "demo"
},
"value": "<string>"
}
}
],
"verticals": [
{
"id": 123,
"name": "Sample Vertical",
"code": "sample_vertical",
"assets": [
{}
]
}
],
"attachments": [
{
"id": 268,
"content_type": 1,
"object_id": 666,
"file": "Sample file",
"uploaded_by": 646,
"visible_by": "connections",
"original_filename": "Sample1",
"filename": "Sample1",
"tags": [
{
"id": 432,
"tag": "demotag"
}
],
"url": "https://assets.sample.com/attachments/path_to_attachment/attachment.pdf"
}
],
"website": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_onboarded": true,
"onboarded_at": "2021-09-10T15:24:56Z",
"assigned_onboarding_tasks": {
"id": 125,
"onboarding_task": {
"id": 345,
"name": "Task1",
"code": "task1",
"description": "Onboard sample task 1",
"type": "Initial",
"priority": 2,
"status": "In Progress",
"content_type": "PDF",
"created_at": "2021-09-10T15:24:56Z"
},
"info": {},
"completed_at": "2021-09-10T15:24:56Z",
"completed_by": {
"id": 145,
"first_name": "Demo",
"last_name": "Sample",
"name": "Demo Sample",
"email": "demo@xyz.com",
"title": "Mr",
"status": "active",
"type": "standard"
},
"created_at": "2021-09-10T15:24:56Z"
},
"requires_subscription": "disabled",
"inventory_policy": "unmanaged"
},
"level": "basic",
"status": "active",
"suspended_at": null,
"created_at": "2021-09-10T15:24:56Z",
"updated_at": "2022-11-10T15:24:56Z",
"shipping_accounts": [
{
"id": 1,
"nickname": "Sample13",
"owner": "DemoABC",
"carrier": "ALP Brand",
"shipping_methods": {
"id": 5,
"name": "White Glove Bronze",
"code": "cory_white_glove",
"type": "ltl (less than truck load)",
"carrier": {
"id": 229,
"name": "Cory Companies",
"code": "CJCD"
},
"generic_shipping_method": {
"id": 5,
"name": "LTL",
"description": "Less than truckload (LTL)",
"type": "ltl"
}
}
}
],
"connection_contacts": [
{
"id": 1546,
"contact_type": "merchandising",
"brand": {
"id": 500,
"name": "Marla Cielo",
"code": "demo-brand",
"joined_at": "2022-09-10T15:24:56Z",
"logo_url": "https://images.revcascade.com/retailers/defaults/logo-lg.png",
"cover_url": "https://images.revcascade.com/retailers/defaults/cover.png",
"profile_tile_url": "https://images.revcascade.com/retailers/defaults/profile-tile.png",
"website": null,
"is_onboarded": false,
"is_on_rcn": false,
"requires_subscription": "enabled",
"subscription_expires_at": "2024-09-19T13:32:10Z",
"grace_period_ends_at": "2024-10-26T13:32:10Z",
"subscription_is_expired": false,
"subscription_is_on_grace_period": false,
"subscription_is_delinquent": false,
"inventory_policy": "managed",
"status": "active"
},
"retailer": {
"id": 500,
"name": "Demo Retailer",
"code": "demo-retailer",
"logo_url": "https://images.demo.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/logo-lg.png",
"cover_url": "https://images.sampke.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/cover.jpg",
"profile_tile_url": "https://images.demo.com/retailers/5ef41f6c-3361-40b7-86ce-ecd79c52e9a2/store/profile-tile.jpg",
"joined_at": "2021-08-03T17:24:12Z",
"is_rcn_retailer": false,
"is_onboarded": false,
"platform": "fabric",
"requires_subscription": "disabled",
"brand_permit_creation_allowed": false,
"website": "https://demoabc.com",
"status": "active"
},
"user_id": 201,
"first_name": "Demo",
"last_name": "Sample",
"email": "demo-sample@anc.com",
"phone": "12456245984"
}
],
"connection_credentials": [
{
"id": 125,
"name": "SampleCred",
"value": "Sample1",
"code": "sample_cred",
"is_encrypted": true
}
],
"connection_fees": {
"id": 1000,
"payment_model": "managed",
"payment_terms": "net60",
"net_price_method": "permit_cost",
"revshare_fraction": "0.4000",
"revc_fee_flat": "0.00",
"revc_fee_fraction": "0.0300",
"brand_fee_flat": "0.00",
"brand_flat_order_fee": "0.00",
"brand_percent_order_fee": "0.0000",
"effective_at": "2015-10-10T00:00:00Z"
},
"connection_slas": {
"id": 1000,
"brand_inventory_hours": 24,
"brand_fulfillment_hours": 48,
"brand_cancel_hours": 24,
"brand_acknowledge_hours": 12,
"retailer_cancel_hours": 24,
"retailer_return_hours": 720
},
"connection_adjustments": [
{
"id": 123442,
"adjustment_code": {
"id": 1,
"adjustment_type": "Allowance",
"code": "returns_allowance",
"description": "returns_allowance"
},
"description": "Sample description for monetary adjustments",
"adjustment_type": "Discount",
"adjustment_amount_type": "flat",
"adjustment_amount": "12",
"content_type": "PDF",
"object_id": 45646
}
],
"options": {
"id": 8753,
"name": "Sample Option",
"code": "Sample_Option",
"description": "Sample description for connection",
"viewable_by": "All",
"editable_by": "Staff"
},
"approved_items_count": 2,
"orders_last_7_days_count": 8,
"proposals_received_last_7_days_count": 8,
"metadata": "<string>",
"attachments": [
{
"id": 268,
"content_type": 1,
"object_id": 666,
"file": "Sample file",
"uploaded_by": 646,
"visible_by": "connections",
"original_filename": "Sample1",
"filename": "Sample1",
"tags": [
{
"id": 432,
"tag": "demotag"
}
],
"url": "https://assets.sample.com/attachments/path_to_attachment/attachment.pdf"
}
],
"memos": [
{
"id": 1234,
"text": "Immediate requirement",
"visibility": "any",
"acknowledged_at": "2022-01-10T15:24:56Z",
"notify_people": true,
"created_by": {
"id": 542,
"first_name": "Sample",
"last_name": "Demo",
"title": "Demo",
"status": "Active",
"type": "standard",
"photo_url": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"profile_photo": "https://assets.demo.com/attachments/path_to_attachment/attachment.pdf",
"is_me": true
},
"created_by_context": "retailer",
"created_at": "2021-09-10T15:24:56Z",
"updated_at": "2022-09-10T15:24:56Z"
}
],
"referral": {
"id": 125,
"referrer": {
"id": 675,
"code": "retailer_abc",
"name": "Retailer ABC"
},
"referee": {
"id": 675,
"code": "retailer_abc",
"name": "Retailer ABC"
},
"is_brand_first_connection": "false\"",
"is_retailer_first_connection": true
},
"packing_slip_template": "<string>",
"integration_type": "API",
"retailer_identifier": "Retailer 877",
"onboarding_status": "Completed",
"onboarding_target_date": "2021-09-10T15:24:56Z",
"onboarded_at": "2021-09-10T15:24:56Z"
}