Get Supplier Details

Retrieves the detailed information of a specific supplier by its unique identifier (id).

🔒

Requires read_product access scope.

The List Suppliers API allows users to retrieve a list of suppliers with optional filtering by specific supplier IDs. The API supports pagination to handle large datasets and returns detailed information about suppliers, including their metadata.

This API is especially useful for:

  1. Retrieving specific supplier by the unique ID.
  2. Supporting pagination for managing large supplier datasets.

Note: The operation is scoped to a specific shop, identified by its unique domain prefix (shopdomain), ensuring all updates are applied to the correct store.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
idstringNoFilter by specific supplier IDs"sup_456"

Response Description

Public Response Fields

📘

Success Response

FieldTypeExampleDescription
codestring"success"Response status code
messagestringDescriptive message of the response
data.supplierSupplier object

Supplier Object

ParameterTypeExampleDescription
idstring"sup_123"Unique supplier identifier
titlestring"Acme Supplies"Name of the supplier
urlstring"https://acme.example.com"Supplier website URL
created_atstring"2025-01-01T00:00:00Z"Creation timestamp (ISO 8601)
updated_atstring"2025-01-02T12:00:00Z"Last update timestamp (ISO 8601)

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!