From ba87ff89d8633166ab0f4a384823259408e728b0 Mon Sep 17 00:00:00 2001 From: harish-intercom Date: Tue, 28 Jul 2026 14:08:23 +0100 Subject: [PATCH] Add sku property to ecommerce_catalog_variant schema --- descriptions/0/api.intercom.io.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index acc29d5..60f77e4 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -33522,6 +33522,11 @@ components: type: string description: Selected option value. example: 'Large' + sku: + type: string + description: Stock-keeping unit for this specific variant. Fin uses this to resolve shopper requests like "do you have this in size M?" to the exact variant, and can quote it back when a shopper asks for it directly. + example: 'TSHIRT-BLU-L' + nullable: true ecommerce_catalog_product: title: Ecommerce Catalog Product type: object