LogoLogo
  • Erudus API
  • Change Log
  • Getting Started
    • Introduction
    • Authentication
    • Testing with Sandbox
    • Migrating from API v1
    • Responses and Error Codes
    • Other Information
  • erudus.com
  • API Reference
    • Products
  • Wholesaler Catalogs
  • Images
  • Manage Products
  • Manufacturers
  • Labels
Powered by GitBook
On this page

Labels

PreviousManufacturers

Last updated 1 month ago

List Labels

get

Get a list of own labels.

Authorizations
Query parameters
pageintegerOptional

Page of result set.

Example: 1
Responses
401Error
application/json
get
GET /v2/labels HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
  "message": "Unauthenticated."
}

Get Label

get

Get a Label details.

Authorizations
Path parameters
labelintegerRequired

The label ID.

Example: 1234
Responses
401Error
application/json
get
GET /v2/labels/{label} HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
  "message": "Unauthenticated."
}
  • GETList Labels
  • GETGet Label