Stores
Creating, reading, updating and deleting stores
Last updated
Was this helpful?
Creating, reading, updating and deleting stores
Last updated
Was this helpful?
Gets and returns a store by the ID - this is a privileged endpoint and will return the un-redacted store,
requires the Scopes.ViewStores
permission
The ID of the store to get
Gets the status of the custom domain associated with the given store, requires the Scopes.ViewStores
permission
The ID of the store to get the custom domain status for
Deletes and deactivates the current custom domain associated with the given store, requires the
Scopes.UpdateStores
permission
The ID of the store to delete and deactivate the custom domain for
Gets the current and previous flagged reviews for a store, requires the Scopes.ViewFlaggedReviews
permission
The ID of the store to get the flagged reviews for
The ID of the store to get analytics for
The timespan to get the analytics for, can be anything from 1d to 365d, must be in days only. For
example 1d would equal 1 day. Requires the Scopes.ViewStores
permission
14d
Deletes a frequently asked question in the store by the ID, requires the
Scopes.UpdateStores
permission
The ID of the store to create the FAQ in
The ID of the frequently asked question to delete
Gets a list of reviews for a store along with the average review rating and the total amount of reviews left, does not require authorization.
The ID of the store to get the reviews for
The page to select when viewing the reviews
The amount of reviews to display in one page
Gets the publicly viewable representation of the store by the URL, does not require authorization
The URL of the store, accepts either be the SellSN subdomain (ex. demo) or the fully qualified domain name (FQDN) for their custom domain
Gets the publicly viewable representation of the store by the ID, does not require authorization
The ID of the store
Re-orders the products in a store based on a numeric value that is used to sort in ascending order, requires the
Scopes.UpdateStores
permission
The ID of the store to re-order the products for
Creates a new store for the current user, requires the Scopes.CreateStores
permission
Form for updating or creating a store. This version is returned for authenticated API endpoints, any public endpoint will use a PublicStore or PublicStoreReference
The name of the store as shown on the users store page
The subdomain part of the store URL, just one word and will qualify to x.sellsn.io
^[a-zA-Z0-9]*$
The HEX accent color used on the store to color buttons, inputs, etc.
The store description, shown on the store home page underneath the title
The name of the theme that is currently active on the store
The text to show above the description on the store page where it would say 'Welcome to my store'
The title to display on the users browser when accessing the store page
The terms of service for the store
The privacy policy for the store
The copyright data to show at the bottom of the store page
Whether to hide the amount of views a store has on the store page
Whether to hide every statistic for a store on the store page
Whether dark mode is forced on the sellers store page
The ISO-compliant fiat currency code that is preferred for the store, defaults to USD
The announcement to display on the sellers home page
The message from the seller to display when the sellers profile is shown
The HEX background color to display on the store page
The HEX background color to use for cards on the store page
The HEX button color to use on all buttons regardless of type, if you only want to change primary color buttons use the AccentColor instead.
The background color for the navigation bar on the store page
The ID of the featured product to display on the store home page
Removes and replaces the current store logo for the given store, requires the Scopes.UpdateStores
permission
The ID of the store to upload the logo to
Replaces the given store with the information in the form, requires the Scopes.UpdateStores
permission
The ID of the store to update
Form for updating or creating a store. This version is returned for authenticated API endpoints, any public endpoint will use a PublicStore or PublicStoreReference
The name of the store as shown on the users store page
The subdomain part of the store URL, just one word and will qualify to x.sellsn.io
^[a-zA-Z0-9]*$
The HEX accent color used on the store to color buttons, inputs, etc.
The store description, shown on the store home page underneath the title
The name of the theme that is currently active on the store
The text to show above the description on the store page where it would say 'Welcome to my store'
The title to display on the users browser when accessing the store page
The terms of service for the store
The privacy policy for the store
The copyright data to show at the bottom of the store page
Whether to hide the amount of views a store has on the store page
Whether to hide every statistic for a store on the store page
Whether dark mode is forced on the sellers store page
The ISO-compliant fiat currency code that is preferred for the store, defaults to USD
The announcement to display on the sellers home page
The message from the seller to display when the sellers profile is shown
The HEX background color to display on the store page
The HEX background color to use for cards on the store page
The HEX button color to use on all buttons regardless of type, if you only want to change primary color buttons use the AccentColor instead.
The background color for the navigation bar on the store page
The ID of the featured product to display on the store home page
Begins the setup process for a custom domain, requires the Scopes.UpdateStores
permission
The ID of the store to create the custom domain for
Form used to setup a new custom domain for a store
The new fully qualified domain name (FQDN) to setup as a custom domain, no protocols just a DNS name
The ID of the store that the review belongs to
The ID of the review to make the reply on
Form for replying to a review
The reply to give the user on the review, this is displayed publicly
Flags the given review for removal at discretion of the SellSN staff, requires the Scopes.FlagReviews
permission
The ID of the store the review belongs to
The ID of the review to flag
Form used to flag a review for deletion
The reason the review is invalid and needs to be removed from the store
Creates a frequently asked question in the store to be displayed on the store page, requires the
Scopes.UpdateStores
permission
The ID of the store to create the FAQ in
A frequently asked question for a store, used for updating, creating and returning a frequently asked question
The title for the question, or just the question
The description or answer to the question