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.

Product Listing Configuration

The product listing configuration oversees the management of product configuration tasks within the sales channel. It empowers users to define multiple aspects, such as determining the availability of products from specific brands, stores, or companies for sale. Product Listing Configurstion can also choose to list only in-stock products and set criteria for including products with images in the sales channel promotions offerings.

Operations
GET
/service/platform/configuration/v1.0/company/{company_id}/application/{application_id}/configuration
# Get inventory configuration
GET

Get inventory configuration

Retrieve configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc.
Parameters
company_id
integer
Required
Numeric ID allotted to a business account on Fynd Platform
application_id
string
Required
Alphanumeric ID allotted to an application (sales channel website) created within a business account
Response
200
404
Success
ApplicationInventory
inventory
object (AppInventoryConfig)
AppInventoryConfig
authentication
object (AuthenticationConfig)
AuthenticationConfig
article_assignment
object (ArticleAssignmentConfig)
ArticleAssignmentConfig
reward_points
object (RewardPointsConfig)
RewardPointsConfig
cart
object (AppCartConfig)
AppCartConfig
payment
object (AppPaymentConfig)
AppPaymentConfig
order
object (AppOrderConfig)
AppOrderConfig
logistics
object (AppLogisticsConfig)
AppLogisticsConfig
pii_masking
object (PiiMasking)
PiiMasking
tags
array of string
__v
integer
business
string
Indicates the business type for sales channel e.g. retail or wholesale
comms_enabled
boolean
Shows communication(comms) is enabled or not for sales channel inventory
communication
object (CommunicationConfig)
CommunicationConfig
platforms
array of string
_id
string
The unique identifier (24-digit Mongo Object ID) of the sales channel inventory
loyalty_points
object (LoyaltyPointsConfig)
LoyaltyPointsConfig
app
string
Current sales channel ID
created_at
string
ISO 8601 timestamp of sales channel inventory creation
modified_at
string
ISO 8601 timestamp of sales channel inventory updation
modified_by
string
User ID of the person who made the latest changes in the sales channel inventory
Examples
Parameters
companyId:
2
applicationId:
"000000000000000000000001"
GET
/service/platform/configuration/v1.0/company/{company_id}/application/{application_id}/configuration
Loading...
Response
Loading...