GET /artists

Fetch current retailer's artist list based on the origin greedbag shop domain.

Permission

Require valid origin greedbag shop domain.

GET /artists/[artist_identifier]

Fetch artist's inforation and products from the specified artist_identifier.

Permission

The artist_identifier must belong to the request origin greedbag retailer.

Responses
ArtistResponse
{
  "id": "70562836070001",
  "identifier": "the-speakers-at-the-state",
  "status": "live",
  "create_time": "2021-02-08 17:34:16",
  "modify_time": "2021-02-08 17:34:16",
  "name": "The speakers at the state51 Church",
  "products": []
}
ErrorResponse