Live Me Up API (0.0.2)

Download OpenAPI specification:Download

technical support: tech@livemeup.io

API you can use to manage your Live Me Up resources

catalog-products

Everything about your catalog of products

Create or Update a Catalog Product

Create or Update a Product in your Live Me Up Catalog

Authorizations:
ApiKey
path Parameters
productId
required
string (CatalogProductId)
Example: 1212121
header Parameters
x-request-id
required
string <uuid> (RequestIdHeader)
Example: 113492a9-dbd9-470b-a8e9-3cae659e0f3c

A unique ID to pass for each request

Request Body schema: application/json
required
Any of
description
required
string

must be between 5 and 2000 characters.

If less, we will auto complete with "-" characters. If more, we will truncate.

id
string or null

your internal product id.

images
required
Array of strings <uri> [ items <uri > ]
Default: []
status
required
string
Default: "active"
Enum: "active" "archived"

Defines if the product must be visible in your Live Me Up catalog.

"active": product is visible in the catalog and can be added in a live or in a shoppable.

"archived": product won't be visible in the catalog anymore but is still visible (but not available to buy) in existing replays and shoppable videos.

title
required
string

must be between 3 and 60 characters.

If less, we will auto complete with "-" characters. If more, we will truncate

crossedOutPrice
required
number or null [ -9007199254740991 .. 9007199254740991 ]
inventoryPolicy
required
string
Default: "continue"
Enum: "continue" "deny"

Set to "continue" to continue to sell product when stock if empty

inventoryQuantity
required
number [ -9007199254740991 .. 9007199254740991 ]
Default: 0

The number of item in your stock.

price
required
number [ -9007199254740991 .. 9007199254740991 ]
variants
required
null

Responses

Request samples

Content type
application/json
Example

Example of payload for a product without variant

{
  • "description": "our famous t-shirt",
  • "id": "my-unique-product-id",
  • "price": 25,
  • "title": "T-Shirt"
}

Response samples

Content type
application/json
Example

Example of response when payload does not have "price" property

{
  • "msg": "invalid payload.",
  • "issues": [
    ]
}

landing-page

Live Shopping page configuration

Get displayed lives and replays

Get displayed lives and replays

header Parameters
x-livemeup-tenant-name
required
string (TenantNameHeader)
Example: shopname.myshopify.com

The unique tenant name. For Shopify shops it is in the format of "shopname.myshopify.com"

Responses

Response samples

Content type
application/json

Example of a response when tenant display one upcoming live and two replays

{}