Skip to main content

Configuration

The Configuration service handles settings for currency, sales channels, application stores, languages, staff users, brands, build configurations, and more, offering comprehensive customization options for the platform.

Currency

Sellers can allow customers to pay in their local currency on the storefront sales channel. When a customer selects a currency, all prices on the storefront and checkout are automatically converted to that currency. Sellers can enable the currencies that they want to offer to customers from sales channel settings. You can use this resource to get the list of all currencies available in the sales channel along with the configuration associated with the sales channel.

Operations
GET
/service/application/configuration/v1.0/currencies
# List currencies
GET
/service/application/configuration/v1.0/currency/{id}
# Get a currency
GET
/service/application/configuration/v1.0/currency
# Get currency configuration
GET

List currencies

Retrieve a list of available currencies.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `CurrenciesResponse` for more details.
CurrenciesResponse
items
array of object (Currency)
Optional
Array of Currency
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/currencies
Loading...
Response
Loading...
GET

Get a currency

Retrieve details of the currency.
Parameters
id
string
Object ID assigned to the currency
Response
200
Success. Check the example shown below or refer `Currency` for more details.
Currency
_id
string
Optional
The unique identifier (24-digit Mongo Object ID) of the current sales channel supported currency
is_active
boolean
Optional
Shows currency is enabled or not in current sales channel
name
string
Optional
Name of the currency, e.g Indian Rupee
code
string
Optional
3-character currency code, e.g. INR, USD, EUR.
created_at
string
Optional
ISO 8601 timestamp of sales channel support currency creation
modified_at
string
Optional
ISO 8601 timestamp of sales channel support currency updation
decimal_digits
integer
| int32
Optional
Acceptable decimal limits for a given currency, e.g. 1.05$ means upto 2 decimal digits can be accepted as a valid value of a currency.
symbol
string
Optional
Unique symbol for identifying the currency, e.g. ₹
country_name
string
Optional
country_code
string
Optional
Examples
Parameters
id:
"5bc8a62e21d33c25ebbfd6d3"
Was this section helpful?
GET
/service/application/configuration/v1.0/currency/{id}
Loading...
Response
Loading...
GET

Get currency configuration

Retrieve currency configuration of the sales channel.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `AppCurrencyResponse` for more details.
AppCurrencyResponse
application
string
Optional
Alphanumeric ID allotted to an application (sales channel website) created within a business account
default_currency
object (DefaultCurrency)
Optional
DefaultCurrency
supported_currency
array of object (Currency)
Optional
Array of Currency
_id
string
Optional
created_at
string
Optional
modified_at
string
Optional
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/currency
Loading...
Response
Loading...

Language

The platform supports multiple languages to display products, checkout and other information on the storefront website. Multi-language support helps reach a larger audience and improve conversion rates. Use this resource to get all languages which are available in the application.

Operations
GET
/service/application/configuration/v1.0/languages
# List languages
GET

List languages

Retrieve a list of available languages.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `LanguageResponse` for more details.
LanguageResponse
items
array of object (SupportedLanguage)
Optional
Array of SupportedLanguage
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/languages
Loading...
Response
Loading...

Sales Channel

A sales channel, also known as application, enables the seller to list and sell their products. Different types of sales channels are available namely - 1. Storefront websites - create your own custom storefront website with a free or your own domain. 2. Marketplaces integrations - upload product catalog on platform and sync it to external marketplaces like Myntra, Amazaon, Fynd, etc. You can use this resource to retrieve details of the current sales channel. To identify an application, we use the id as the application identifier and the associated token in the header, and then return the corresponding application details.

Operations
GET
/service/application/configuration/v1.0/application
# Get sales channel
GET
/service/application/configuration/v1.0/about
# Get sales channel owner
GET
/service/application/configuration/v1.0/detail
# Get Sales channel
GET
/service/application/configuration/v1.0/token
# Get API tokens
GET
/service/application/configuration/v1.0/feature
# Get sales channel features
GET
/service/application/configuration/v1.0/information
# Get sales channel contact
GET

Get sales channel

Retrieve details of the current sales channel.
Parameters
No Parameters
Response
200
404
Success. Check the example shown below or refer `Application` for more details.
Application
website
object (ApplicationWebsite)
Optional
ApplicationWebsite
cors
object (ApplicationCors)
Optional
ApplicationCors
auth
object (ApplicationAuth)
Optional
ApplicationAuth
description
string
Optional
It contains detailed information about the sales channel.
channel_type
string
Optional
It indicates different channel types like store, website-and-mobile-apps. Default value is store
cache_ttl
integer
| int32
Optional
An integer value that specifies the number of seconds until the key expires
is_internal
boolean
Optional
Indicates whether a sales channel is internal or not
is_active
boolean
Optional
Indicates sales channel is active or not active
_id
string
Optional
The unique identifier (24-digit Mongo Object ID) of the sales channel
name
string
Optional
Name of the sales channel, e.g. Zenz Fashion
owner
string
Optional
The unique identifier (24-digit Mongo Object ID) of owner who owns the application
company_id
integer
| int32
Optional
Numeric ID allotted to a business account where the sales channel exists
token
string
Optional
Random generated fix length string for sales channel. It is required and auto-generated.
redirections
array of object (ApplicationRedirections)
Optional
Array of ApplicationRedirections
meta
array of object (ApplicationMeta)
Optional
Array of ApplicationMeta
created_at
string
Optional
ISO 8601 timestamp of sales channel creation
modified_at
string
Optional
ISO 8601 timestamp of sales channel updation
__v
integer
| int32
Optional
Version key for tracking revisions. Default value is zero.
banner
object (SecureUrl)
Optional
SecureUrl
logo
object (SecureUrl)
Optional
SecureUrl
favicon
object (SecureUrl)
Optional
SecureUrl
domains
array of object (Domain)
Optional
Array of Domain
app_type
string
Optional
It shows application is live or in development mode.
Enum
mobile_logo
object (SecureUrl)
Optional
SecureUrl
domain
object (Domain)
Optional
Domain
slug
string
Optional
mode
string
Optional
status
string
Optional
tokens
array of object (TokenSchema)
Optional
Array of TokenSchema
additionalProperties
Optional
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/application
Loading...
Response
Loading...
GET

Get sales channel owner

Retrieve details of the sales channel owner.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `ApplicationAboutResponse` for more details.
ApplicationAboutResponse
application_info
object (ApplicationInfo)
Optional
ApplicationInfo
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/about
Loading...
Response
Loading...
GET

Get Sales channel

Retrieve basic details of the sales channel.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `ApplicationDetail` for more details.
ApplicationDetail
name
string
Name of the sales channel. It is required.
description
string
Optional
It gives a detailed information about the sales channel. It is required.
logo
object (SecureUrl)
Optional
SecureUrl
mobile_logo
object (SecureUrl)
Optional
SecureUrl
favicon
object (SecureUrl)
Optional
SecureUrl
banner
object (SecureUrl)
Optional
SecureUrl
domain
object (Domain)
Optional
Domain
domains
array of object (Domain)
Optional
Array of Domain
_id
string
Optional
The unique identifier (24-digit Mongo Object ID) for the sales channel details
slug
string
Optional
company_id
integer
Optional
additionalProperties
Optional
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/detail
Loading...
Response
Loading...
GET

Get API tokens

Retrieve tools integration token of the sales channel. For ex- Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map and Facebook.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `AppTokenResponse` for more details.
AppTokenResponse
tokens
object (Tokens)
Optional
Tokens
_id
string
Optional
The unique identifier (24-digit Mongo Object ID) of the token
application
string
Optional
Alphanumeric ID allotted to the current application created within the current business account
created_at
string
Optional
ISO 8601 timestamp of token creation
modified_at
string
Optional
ISO 8601 timestamp of token updation
__v
integer
| int32
Optional
Version key for tracking revisions. Default value is zero.
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/token
Loading...
Response
Loading...
GET

Get sales channel features

Retrieve configuration of the features of the sales channel.
Parameters
No Parameters
Response
200
404
Success. Check the example shown below or refer `AppFeatureResponse` for more details.
AppFeatureResponse
feature
object (AppFeature)
Optional
AppFeature
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/feature
Loading...
Response
Loading...
GET

Get sales channel contact

Retrieve contact details of the sales channel.
Parameters
No Parameters
Response
200
Success. Check the example shown below or refer `ApplicationAboutResponse` for more details.
ApplicationInformation
address
object (InformationAddress)
Optional
InformationAddress
support
object (InformationSupport)
Optional
InformationSupport
social_links
object (SocialLinks)
Optional
SocialLinks
links
array of object (Links)
Optional
Array of Links
copyright_text
string
Optional
Copyright statement usually seen at the site's footer
_id
string
Optional
Unique identifier (24-digit Mongo Object ID) of the application information
business_highlights
array of object (BusinessHighlights)
Optional
Array of BusinessHighlights
application
string
Optional
Alphanumeric ID allotted to a sales channel application created within a business account
created_at
string
Optional
ISO 8601 timestamp of creation of the application information
modified_at
string
Optional
ISO 8601 timestamp of updation of the application information
__v
integer
| int32
Optional
Version key for tracking revisions. Default value is zero.
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
/service/application/configuration/v1.0/information
Loading...
Response
Loading...

Selling Location

A selling location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist. Find in-stock locations for products Additionally, the API retrieves detailed location information by ID, offering comprehensive store details for enhanced user convenience.

Operations
GET
/service/application/configuration/v1.0/ordering-store/stores
# List order-enabled selling locations
GET
/service/application/configuration/v1.0/ordering-store/stores/{store_id}
# Get a selling location
POST
/service/application/configuration/v1.0/ordering-store/select
# Create cookies
DEL
/service/application/configuration/v1.0/ordering-store/select
# Delete store cookie
GET

List order-enabled selling locations

Retrieve details of all the deployment store locations where the sales channel will be used for order placement.
Parameters
pageNo
integer
Optional
The page number to navigate through the given set of results. Default value is 1.
pageSize
integer
Optional
The number of items to retrieve in each page. Default value is 10.
q
string
Optional
Store code or name of the ordering store.
Response
200
404
Success. Check the example shown below or refer `OrderingStores` for more details.
OrderingStores
page
object (Page)
Optional
Page
items
array of object (OrderingStore)
Optional
Array of OrderingStore
deployed_stores
array of integer
Optional
all_stores
boolean
Optional
Allow all stores of the ordering stores
enabled
boolean
Optional
Allow ordering stores for current sales channel
type
string
Optional
For hard type delivery, store selection is compulsory. For soft type, delivery store selection is optional.
Enum
_id
string
Optional
The unique identifier (24-digit Mongo Object ID) of the ordering store
app
string
Optional
Alphanumeric ID allotted to an application (sales channel website) created within a business account
__v
integer
| int32
Optional
Version key for tracking ordering stores. Default value is zero.
Examples
Parameters
q:
"MRVLB01"
Was this section helpful?
GET
/service/application/configuration/v1.0/ordering-store/stores
Loading...
Response
Loading...
GET

Get a selling location

Retrieve detail of a selling location (store) by it's Id.
Parameters
storeId
integer
Store uid
Response
200
404
Success. Check the example shown below or refer `OrderingStore` for more details.
OrderingStore
address
object (OptedStoreAddress)
Optional
OptedStoreAddress
_id
string
Optional
The unique identifier (24-digit Mongo Object ID) of the ordering store
uid
integer
| int32
Optional
Ordering store UID
name
string
Optional
Store name of the ordering store
display_name
string
Optional
Display name of the ordering store
store_type
string
Optional
Store type of the ordering store, e.g. high_street, mall, warehouse
store_code
string
Optional
Store code of the ordering store, e.g. MUM-102
pincode
integer
| int32
Optional
6-digit PIN Code of the ordering store, e.g. 400001
code
string
Optional
Code of the ordering store (usually same as Store Code)
Examples
Parameters
storeId:
1
Was this section helpful?
GET
/service/application/configuration/v1.0/ordering-store/stores/{store_id}
Loading...
Response
Loading...
POST

Create cookies

Reset cookie of ordering store.
Parameters
body
object (OrderingStoreSelectRequest)
Pass the UID of the ordering store in the request body as shown below.
OrderingStoreSelectRequest
ordering_store
object (OrderingStoreSelect)
OrderingStoreSelect
Response
200
400
Success
SuccessMessageResponse
message
string
Optional
Success message shown to the user (in a string format)
Examples
Parameters
body:
body
Was this section helpful?
POST
/service/application/configuration/v1.0/ordering-store/select
Loading...
Response
Loading...
DEL

Delete store cookie

Remove store cookie
Parameters
No Parameters
Response
200
Success
SuccessMessageResponse
message
string
Optional
Success message shown to the user (in a string format)
Examples
Parameters
Parameters are not required.
Was this section helpful?
DEL
/service/application/configuration/v1.0/ordering-store/select
Loading...
Response
Loading...

Staff User

Staff User has access to inventory management across all stores within a company. Staff users can view and manage inventory levels for products across different locations.Staff Users can place orders on behalf of customers. that will be delivered to customer address. In scenarios where a customer selects a specific size or shape of a product that is not available in the store they are visiting but is part of the inventory in another store, staff users can place order on behalf of customer that will be fulfilled by other store.

Operations
GET
/service/application/configuration/v1.0/staff/list
# List staff members
GET
/service/application/configuration/v1.0/staff
# Get staff member
GET

List staff members

Retrieve a list of all staff members of the sales channel.
Parameters
pageNo
integer
Optional
pageSize
integer
Optional
orderIncent
boolean
Optional
This is a boolean value. Select `true` to retrieve the staff members eligible for getting incentives on orders.
orderingStore
integer
Optional
ID of the ordering store. Helps in retrieving staff members working at a particular ordering store.
user
string
Optional
Mongo ID of the staff. Helps in retrieving the details of a particular staff member.
userName
string
Optional
user name of the member
Response
200
400
500
Success. Check the example shown below or refer `AppStaffListResponse` for more details.
AppStaffListResponse
page
object (Page)
Optional
Page
items
array of object (AppStaff)
Optional
Array of AppStaff
Examples
Parameters
orderingStore:
1
user:
"000000000000000016841367"
userName:
"Fynd"
Was this section helpful?
GET
/service/application/configuration/v1.0/staff/list
Loading...
Response
Loading...
GET

Get staff member

Retrieve a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel.
Parameters
orderIncent
boolean
Optional
This is a boolean value. Select `true` to retrieve the staff members eligible for getting incentives on orders.
orderingStore
integer
Optional
ID of the ordering store. Helps in retrieving staff members working at a particular ordering store.
user
string
Optional
Mongo ID of the staff. Helps in retrieving the details of a particular staff member.
Response
200
400
500
Success. Check the example shown below or refer `AppStaffResponse` for more details.
AppStaffResponse
staff_users
array of object (AppStaff)
Optional
Array of AppStaff
Examples
Parameters
orderingStore:
1
user:
"000000000000000016841367"
Was this section helpful?
GET
/service/application/configuration/v1.0/staff
Loading...
Response
Loading...