Retailers

In the RevCascade platform, the term retailer is used to refer to the trading partner that will be selling items to consumers and creating purchase orders for brands to fulfill. In general, it is not necessary to perform any actions directly on the retailer object through the API. Retailer settings should generally be updated through the RevCascade web console.

Retailer Properties
Name Description

id

integer (11)

A static id assigned by RevCascade.

name

string (64)

The name of the retailer.

code

string (64)

A slugged version of the brand's name. All letters are forced to lowercase, punctuation removed, and spaces replaced with hyphens. For example, the brand name "Marla Cielo" becomes "marla-cielo".

uuid

string (36)

A 32 character (+4 hyphens) UUID assigned to the brand by RevCascade.

logo_url

string (128)

A publically-accessible URL to a 3:1 ratio horizontal logo hosted on RevCascade's CDN. If the brand has not uploaded a logo, a path will be provided to a placeholder image. Files are generally 360x120 PNGs with transparent backgrounds.

profile_tile_url

string (128)

A publically-accessible URL to a 1:1 ratio square profile image hosted on RevCascade's CDN. If the brand has not uploaded a profile tile, a path will be provided to a placeholder image. Files are generally 400x400 JPGs with white backgrounds.

cover_url

string (128)

A publically-accessible URL to a large cover photo hosted on RevCascade's CDN. If the brand has not uploaded a cover photo, a path will be provided to a placeholder image. Files are generally JPGs with varying dimensions.