website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
Guides
🚀Quick Start
🏃‍♂️Utilizing Quick Checkout
👋Welcome to Violet's Docs
💡Concepts
🌐API Reference
✋Help
Docs powered by archbee 
3min

Get SKU information by ID

When choosing an item for an order, you may want to retrieve all information related to that specific variation of that product. You can do this by passing in the SKU of the product and retrieving all information related to that SKU.

GET /catalog/skus/{sku_id}

Get SKU information by ID. API Reference: Get Sku by ID



Request

Required Path Parameters: query - A string that

Optional Query Parameters:

page - page number for categories you are requesting, if another page exists.

size - Maximum number of items to return in this call

Curl
|


Response

JSON
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Checkout
Docs powered by archbee 
TABLE OF CONTENTS
GET /catalog/skus/{sku_id}