- Get API Keys
- Welcome to Violet
- Overview
Getting Started
Merchants
Catalog
Carts and Bags
Discounts
Payments
Payouts
Webhooks
Guides
- FAQs
Resources
- Current Platforms
- Change Log
- Support Requests
Introduction
Checkout
Product Info
Support
Offers
An Offer in Violet refers to a specific product offered by a merchant. While some platforms use the term “Products,” we have chosen to use the term “Offer” to refer to these products. Offers are used to provide detailed information about specific aspects of a product, including variations. Each combination of these variations is referred to as a SKU, which is also included in the Offer Object.
Each Offer in Violet has a unique Offer ID, which allows for easy identification of individual offers. An offer also has an External ID, which is the ID assigned by the e-commerce platform.
Every Offer includes nested data for each individual SKU available from the merchant. Violet provides SKUs as part of the Offer response, allowing you to use them to populate your Product Detail Page (PDP) with all available variants. Additionally, the Offer includes the Merchant ID and structured media albums.
You can interact with our Offer model using our Catalog APIs, and a sample Offer
can be seen below:
{
"id": 39041,
"product_id": "206bc004966b4883a737d7ec1f25c557",
"external_id": "8335219130669",
"external_url": "https://the-violet-garden.myshopify.com/products/dancing-sneaker-green",
"name": "Dancing Sneaker Green",
"description": "Dancing sneakers in a beautiful green.",
"source": "SHOPIFY",
"seller": "the violet garden",
"vendor": "The Violet Garden",
"merchant_id": 10189,
"available": true,
"visible": true,
"min_price": 13500,
"max_price": 13500,
"currency": "USD",
"source_category_name": "",
"meta": [],
"variants": [
{
"id": 858860,
"external_id": "10558450303277",
"name": "Style",
"visual": true,
"values": [
{
"id": 6049067,
"external_id": "Design Two",
"name": "Design Two",
"sku_ids": [
196611,
196598,
196602,
196600,
196616,
196606
],
"display_order": 2
},
{
"id": 6049070,
"external_id": "Design One",
"name": "Design One",
"sku_ids": [
196609,
196613,
196597,
196612,
196601,
196605
],
"display_order": 1
},
{
"id": 6049069,
"external_id": "Design Four",
"name": "Design Four",
"sku_ids": [
196595,
196599,
196596,
196603,
196607,
196604
],
"display_order": 4
},
{
"id": 6049068,
"external_id": "Design Three",
"name": "Design Three",
"sku_ids": [
196594,
196610,
196608,
196593,
196615,
196614
],
"display_order": 3
}
],
"display_order": 2
},
{
"id": 858861,
"external_id": "10558450270509",
"name": "Size",
"visual": false,
"values": [
{
"id": 6049076,
"external_id": "43",
"name": "43",
"sku_ids": [
196614,
196597,
196600,
196604
],
"display_order": 6
},
{
"id": 6049071,
"external_id": "38",
"name": "38",
"sku_ids": [
196594,
196602,
196601,
196607
],
"display_order": 1
},
{
"id": 6049074,
"external_id": "41",
"name": "41",
"sku_ids": [
196609,
196608,
196598,
196599
],
"display_order": 4
},
{
"id": 6049075,
"external_id": "42",
"name": "42",
"sku_ids": [
196610,
196613,
196596,
196616
],
"display_order": 5
},
{
"id": 6049073,
"external_id": "40",
"name": "40",
"sku_ids": [
196615,
196603,
196606,
196605
],
"display_order": 3
},
{
"id": 6049072,
"external_id": "39",
"name": "39",
"sku_ids": [
196611,
196595,
196593,
196612
],
"display_order": 2
}
],
"display_order": 1
}
],
"skus": [
{
"id": 196603,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326008621",
"name": "Dancing Sneaker Green - 40 / Design Four",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91022,
"parent_id": 196603,
"type": "SKU",
"name": "Dancing Sneaker Green - 40 / Design Four Media",
"media": [
{
"id": 185738,
"album_id": 91022,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185738,
"album_id": 91022,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "40"
},
{
"variant": "Style",
"value": "Design Four"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196614,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326401837",
"name": "Dancing Sneaker Green - 43 / Design Three",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91033,
"parent_id": 196614,
"type": "SKU",
"name": "Dancing Sneaker Green - 43 / Design Three Media",
"media": [
{
"id": 185749,
"album_id": 91033,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185749,
"album_id": 91033,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Three"
},
{
"variant": "Size",
"value": "43"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196599,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326139693",
"name": "Dancing Sneaker Green - 41 / Design Four",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91018,
"parent_id": 196599,
"type": "SKU",
"name": "Dancing Sneaker Green - 41 / Design Four Media",
"media": [
{
"id": 185734,
"album_id": 91018,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185734,
"album_id": 91018,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Four"
},
{
"variant": "Size",
"value": "41"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196616,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326205229",
"name": "Dancing Sneaker Green - 42 / Design Two",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91035,
"parent_id": 196616,
"type": "SKU",
"name": "Dancing Sneaker Green - 42 / Design Two Media",
"media": [
{
"id": 185751,
"album_id": 91035,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185751,
"album_id": 91035,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Two"
},
{
"variant": "Size",
"value": "42"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196597,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326303533",
"name": "Dancing Sneaker Green - 43 / Design One",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91016,
"parent_id": 196597,
"type": "SKU",
"name": "Dancing Sneaker Green - 43 / Design One Media",
"media": [
{
"id": 185732,
"album_id": 91016,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185732,
"album_id": 91016,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design One"
},
{
"variant": "Size",
"value": "43"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196602,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325648173",
"name": "Dancing Sneaker Green - 38 / Design Two",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91021,
"parent_id": 196602,
"type": "SKU",
"name": "Dancing Sneaker Green - 38 / Design Two Media",
"media": [
{
"id": 185737,
"album_id": 91021,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185737,
"album_id": 91021,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "38"
},
{
"variant": "Style",
"value": "Design Two"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196604,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326467373",
"name": "Dancing Sneaker Green - 43 / Design Four",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91023,
"parent_id": 196604,
"type": "SKU",
"name": "Dancing Sneaker Green - 43 / Design Four Media",
"media": [
{
"id": 185739,
"album_id": 91023,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185739,
"album_id": 91023,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Four"
},
{
"variant": "Size",
"value": "43"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196609,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326041389",
"name": "Dancing Sneaker Green - 41 / Design One",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91028,
"parent_id": 196609,
"type": "SKU",
"name": "Dancing Sneaker Green - 41 / Design One Media",
"media": [
{
"id": 185744,
"album_id": 91028,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185744,
"album_id": 91028,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design One"
},
{
"variant": "Size",
"value": "41"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196598,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326074157",
"name": "Dancing Sneaker Green - 41 / Design Two",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91017,
"parent_id": 196598,
"type": "SKU",
"name": "Dancing Sneaker Green - 41 / Design Two Media",
"media": [
{
"id": 185733,
"album_id": 91017,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185733,
"album_id": 91017,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Two"
},
{
"variant": "Size",
"value": "41"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196600,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326336301",
"name": "Dancing Sneaker Green - 43 / Design Two",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91019,
"parent_id": 196600,
"type": "SKU",
"name": "Dancing Sneaker Green - 43 / Design Two Media",
"media": [
{
"id": 185735,
"album_id": 91019,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185735,
"album_id": 91019,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Two"
},
{
"variant": "Size",
"value": "43"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196595,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325877549",
"name": "Dancing Sneaker Green - 39 / Design Four",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 9,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91014,
"parent_id": 196595,
"type": "SKU",
"name": "Dancing Sneaker Green - 39 / Design Four Media",
"media": [
{
"id": 185730,
"album_id": 91014,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185730,
"album_id": 91014,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "39"
},
{
"variant": "Style",
"value": "Design Four"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196605,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325910317",
"name": "Dancing Sneaker Green - 40 / Design One",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91024,
"parent_id": 196605,
"type": "SKU",
"name": "Dancing Sneaker Green - 40 / Design One Media",
"media": [
{
"id": 185740,
"album_id": 91024,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185740,
"album_id": 91024,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design One"
},
{
"variant": "Size",
"value": "40"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196601,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325615405",
"name": "Dancing Sneaker Green - 38 / Design One",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91020,
"parent_id": 196601,
"type": "SKU",
"name": "Dancing Sneaker Green - 38 / Design One Media",
"media": [
{
"id": 185736,
"album_id": 91020,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185736,
"album_id": 91020,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design One"
},
{
"variant": "Size",
"value": "38"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196611,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325812013",
"name": "Dancing Sneaker Green - 39 / Design Two",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91030,
"parent_id": 196611,
"type": "SKU",
"name": "Dancing Sneaker Green - 39 / Design Two Media",
"media": [
{
"id": 185746,
"album_id": 91030,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185746,
"album_id": 91030,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "39"
},
{
"variant": "Style",
"value": "Design Two"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196612,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325779245",
"name": "Dancing Sneaker Green - 39 / Design One",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 4,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91031,
"parent_id": 196612,
"type": "SKU",
"name": "Dancing Sneaker Green - 39 / Design One Media",
"media": [
{
"id": 185747,
"album_id": 91031,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185747,
"album_id": 91031,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "39"
},
{
"variant": "Style",
"value": "Design One"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196606,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325943085",
"name": "Dancing Sneaker Green - 40 / Design Two",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 8,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91025,
"parent_id": 196606,
"type": "SKU",
"name": "Dancing Sneaker Green - 40 / Design Two Media",
"media": [
{
"id": 185741,
"album_id": 91025,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185741,
"album_id": 91025,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "40"
},
{
"variant": "Style",
"value": "Design Two"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196610,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326237997",
"name": "Dancing Sneaker Green - 42 / Design Three",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91029,
"parent_id": 196610,
"type": "SKU",
"name": "Dancing Sneaker Green - 42 / Design Three Media",
"media": [
{
"id": 185745,
"album_id": 91029,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185745,
"album_id": 91029,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Three"
},
{
"variant": "Size",
"value": "42"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196607,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325713709",
"name": "Dancing Sneaker Green - 38 / Design Four",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91026,
"parent_id": 196607,
"type": "SKU",
"name": "Dancing Sneaker Green - 38 / Design Four Media",
"media": [
{
"id": 185742,
"album_id": 91026,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185742,
"album_id": 91026,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Size",
"value": "38"
},
{
"variant": "Style",
"value": "Design Four"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196613,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326172461",
"name": "Dancing Sneaker Green - 42 / Design One",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91032,
"parent_id": 196613,
"type": "SKU",
"name": "Dancing Sneaker Green - 42 / Design One Media",
"media": [
{
"id": 185748,
"album_id": 91032,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185748,
"album_id": 91032,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design One"
},
{
"variant": "Size",
"value": "42"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196608,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326106925",
"name": "Dancing Sneaker Green - 41 / Design Three",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91027,
"parent_id": 196608,
"type": "SKU",
"name": "Dancing Sneaker Green - 41 / Design Three Media",
"media": [
{
"id": 185743,
"album_id": 91027,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185743,
"album_id": 91027,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Three"
},
{
"variant": "Size",
"value": "41"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196594,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325680941",
"name": "Dancing Sneaker Green - 38 / Design Three",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91013,
"parent_id": 196594,
"type": "SKU",
"name": "Dancing Sneaker Green - 38 / Design Three Media",
"media": [
{
"id": 185729,
"album_id": 91013,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185729,
"album_id": 91013,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Three"
},
{
"variant": "Size",
"value": "38"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196596,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101326270765",
"name": "Dancing Sneaker Green - 42 / Design Four",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91015,
"parent_id": 196596,
"type": "SKU",
"name": "Dancing Sneaker Green - 42 / Design Four Media",
"media": [
{
"id": 185731,
"album_id": 91015,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185731,
"album_id": 91015,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Four"
},
{
"variant": "Size",
"value": "42"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196593,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325844781",
"name": "Dancing Sneaker Green - 39 / Design Three",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 10,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91012,
"parent_id": 196593,
"type": "SKU",
"name": "Dancing Sneaker Green - 39 / Design Three Media",
"media": [
{
"id": 185728,
"album_id": 91012,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185728,
"album_id": 91012,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Three"
},
{
"variant": "Size",
"value": "39"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
},
{
"id": 196615,
"offer_id": 39041,
"merchant_id": 10189,
"external_id": "45101325975853",
"name": "Dancing Sneaker Green - 40 / Design Three",
"gtin": "",
"upc": "",
"in_stock": true,
"qty_available": 9,
"inventory_tracked": true,
"sale_price": 13500,
"retail_price": 13500,
"currency": "USD",
"taxable": true,
"tax_type": "DEFAULT",
"albums": [
{
"id": 91034,
"parent_id": 196615,
"type": "SKU",
"name": "Dancing Sneaker Green - 40 / Design Three Media",
"media": [
{
"id": 185750,
"album_id": 91034,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
],
"primary_media": {
"id": 185750,
"album_id": 91034,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"variant_values": [
{
"variant": "Style",
"value": "Design Three"
},
{
"variant": "Size",
"value": "40"
}
],
"type": "PHYSICAL",
"status": "AVAILABLE",
"date_created": "2023-05-01T20:08:24+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"sku_dimensions": {
"weight": 3.0,
"type": "SKU"
}
}
],
"albums": [
{
"id": 90986,
"parent_id": 39041,
"type": "OFFER",
"name": "Primary Album",
"media": [
{
"id": 185752,
"album_id": 90986,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
},
{
"id": 185753,
"album_id": 90986,
"external_id": "41484160958765",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_85d6d1fe-b49c-4d4b-97b6-0bef6815cfbb.png",
"type": "IMAGE",
"display_order": 3,
"primary": false
},
{
"id": 185755,
"album_id": 90986,
"external_id": "41484160860461",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_79f40a05-4ede-4cd0-ad76-4f301bf0aa57.png",
"type": "IMAGE",
"display_order": 2,
"primary": false
},
{
"id": 185677,
"album_id": 90986,
"external_id": "41484160925997",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_d793242c-e9da-4b37-844d-2636695bf4f8.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_d793242c-e9da-4b37-844d-2636695bf4f8.png",
"type": "IMAGE",
"display_order": 6,
"primary": false
},
{
"id": 185754,
"album_id": 90986,
"external_id": "41484160991533",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_a0b733cd-321a-4e85-b925-722b9bb8eb67.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_a0b733cd-321a-4e85-b925-722b9bb8eb67.png",
"type": "IMAGE",
"display_order": 4,
"primary": false
},
{
"id": 185678,
"album_id": 90986,
"external_id": "41484160827693",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_158776f7-2cd6-4c39-9c89-ab1a95924100.png",
"type": "IMAGE",
"display_order": 5,
"primary": false
}
],
"primary_media": {
"id": 185752,
"album_id": 90986,
"external_id": "41484161155373",
"url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"source_url": "https://cdn.shopify.com/s/files/1/0758/9363/7421/files/wealthy_floral_design_shoes_floating_with_a_green_pastel_colour_6d8d2c39-c9b3-4943-a41e-0214bf0df19c.png",
"type": "IMAGE",
"display_order": 1,
"primary": true
}
}
],
"three_denabled": false,
"type": "PHYSICAL",
"status": "AVAILABLE",
"publishing_status": "PUBLISHED",
"date_created": "2023-05-01T20:08:23+0000",
"date_last_modified": "2023-08-07T15:02:53+0000",
"commission_rate": 25.0,
"currency_symbol": "$",
"subscription_status": "NOT_SUBSCRIBED",
"tags": [
"madebymidjourney"
]
}
Generating a map of available SKUs for an individual offer across multiple variant types (such as color, size, etc.) can be a complex algorithm to implement correctly while building. To make it easier for you, we have a pre-built implementation of this algorithm as part of our open-source demo app that you can refer to.