{"tags":[{"name":"stores"},{"name":"products"},{"name":"gooten_mappings"},{"name":"publish"},{"name":"oauth"}],"securityDefinitions":{"api-key":{"type":"apiKey","name":"apiKey","in":"query"}},"definitions":{"BigCommerceStoreConnectAPIRequest":{"type":"object","properties":{"integration":{"$ref":"#/definitions/BigCommerceStoreConnectApiRequestIntegration"}},"additionalProperties":false,"required":["integration"]},"BigCommerceStoreConnectApiRequestIntegration":{"type":"object","properties":{"token":{"type":"string"},"store-id":{"type":"string"}},"additionalProperties":false,"required":["token","store-id"]},"CollectionsAPIResponse":{"type":"object","properties":{"collections":{}},"additionalProperties":false,"required":["collections"]},"DeleteVariantsAPIRequest":{"type":"object","properties":{"variants":{"type":"array","items":{"$ref":"#/definitions/DeleteVariantsApiRequestVariants"}}},"additionalProperties":false,"required":["variants"]},"DeleteVariantsApiRequestVariants":{"type":"object","properties":{"store-id":{"type":"integer","format":"int64","x-nullable":true},"product-id":{"type":"integer","format":"int64","x-nullable":true},"id":{"type":"integer","format":"int64","x-nullable":true}},"additionalProperties":false,"required":["store-id","product-id","id"]},"EtsyStoreConnectAPIRequest":{"type":"object","properties":{"integration":{"$ref":"#/definitions/EtsyStoreConnectApiRequestIntegration"}},"additionalProperties":false,"required":["integration"]},"EtsyStoreConnectAPIv3Request":{"type":"object","properties":{"integration":{"$ref":"#/definitions/EtsyStoreConnectApIv3RequestIntegration"}},"additionalProperties":false,"required":["integration"]},"EtsyStoreConnectApIv3RequestIntegration":{"type":"object","properties":{"code":{"type":"string"},"code-verifier":{"type":"string"},"redirect-uri":{"type":"string"},"state":{"type":"string"},"store-name":{"type":"string"}},"additionalProperties":false,"required":["code","code-verifier","redirect-uri","state","store-name"]},"EtsyStoreConnectApiRequestIntegration":{"type":"object","properties":{"token-key":{"type":"string"},"token-secret":{"type":"string"},"oauth-verifier":{"type":"string"},"store-name":{"type":"string"}},"additionalProperties":false,"required":["token-key","token-secret","oauth-verifier","store-name"]},"GootenMapping":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"sku":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/GootenMappingItem"}},"images":{"type":"array","items":{"$ref":"#/definitions/ProductsApiResponseProductsVariantsGootenMappingImages"}},"preview_url":{"type":"string","x-nullable":true},"neck_tag_image_url":{"type":"string","x-nullable":true},"neck_tag_id":{"type":"integer","format":"int64","x-nullable":true},"orientation":{"type":"string","x-nullable":true},"has_main_mockup":{"type":"boolean","x-nullable":true}},"additionalProperties":false,"required":["id","sku","items","images","preview_url","neck_tag_image_url","neck_tag_id","orientation","has_main_mockup"]},"GootenMappingItem":{"type":"object","properties":{"product_id":{"type":"integer","format":"int64"},"product_variant_sku":{"type":"string"},"preconfigurations":{"type":"array","items":{"$ref":"#/definitions/ProductsApiResponseProductsVariantsGootenMappingItemsPreconfigurations"}}},"additionalProperties":false,"required":["product_id","product_variant_sku","preconfigurations"]},"GootenMappingsAPIResponse":{"type":"object","properties":{"gooten_mappings":{"type":"array","items":{"$ref":"#/definitions/GootenMapping"}}},"additionalProperties":false,"required":["gooten_mappings"]},"GootenMappingsApiResponseGootenMappingsImages":{"type":"object","properties":{"id":{"type":"string","x-nullable":true},"url":{"type":"string"},"index":{"type":"integer","format":"int64"},"description":{"type":"string","x-nullable":true}},"additionalProperties":false,"required":["url","index"]},"GootenMappingsApiResponseGootenMappingsItemsPreconfigurations":{"type":"object","properties":{"space_id":{"type":"string"},"url":{"type":"string"},"space_desc":{"type":"string","x-nullable":true},"il":{}},"additionalProperties":false,"required":["space_id","url"]},"MetaItem":{"type":"object","properties":{"name":{"type":"string"},"value":{}},"additionalProperties":false,"required":["name","value"]},"Price":{"type":"object","properties":{"price":{"type":"number","format":"double"},"formatted_price":{"type":"string"},"currency_code":{"type":"string"}},"additionalProperties":false,"required":["price","formatted_price","currency_code"]},"Product":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description_html":{"type":"string","x-nullable":true},"image_url":{"type":"string","x-nullable":true},"status":{"type":"string"},"product_type":{"type":"string","x-nullable":true},"collections":{"type":"array","items":{"$ref":"#/definitions/Tag"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Tag"}},"options":{"type":"array","items":{"$ref":"#/definitions/ProductOpion"}},"total_variants":{"type":"integer","format":"int64"},"connected_variants":{"type":"integer","format":"int64"},"meta":{"type":"array","items":{"$ref":"#/definitions/MetaItem"}},"variants":{"type":"array","items":{"$ref":"#/definitions/ProductVariant"}}},"additionalProperties":false,"required":["id","name","description_html","image_url","status","meta"]},"ProductCollectionAPIResponse":{"type":"object","properties":{"collections":{"type":"array","items":{"$ref":"#/definitions/ProductCollectionApiResponseCollections"}}},"additionalProperties":false,"required":["collections"]},"ProductCollectionApiResponseCollections":{"type":"object","properties":{"title":{"type":"string","x-nullable":true},"id":{"type":"integer","format":"int64","x-nullable":true}},"additionalProperties":false,"required":["title","id"]},"ProductOpion":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"position":{"type":"integer","format":"int64"},"name":{"type":"string"},"values":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["id","position","name","values"]},"ProductOpionValue":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"value":{"type":"string"}},"additionalProperties":false,"required":["name","value"]},"ProductVariant":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"sku":{"type":"string"},"image_url":{"type":"string","x-nullable":true},"gooten_mapping":{"$ref":"#/definitions/GootenMapping"},"price":{"$ref":"#/definitions/Price"},"reorderable":{"type":"boolean"},"options":{"type":"array","items":{"$ref":"#/definitions/ProductOpionValue"}}},"additionalProperties":false,"required":["id","sku","image_url"]},"ProductVariantsAPIResponse":{"type":"object","properties":{"variants":{"type":"array","items":{"$ref":"#/definitions/ProductVariant"}}},"additionalProperties":false,"required":["variants"]},"ProductVariantsApiResponseVariantsGootenMappingImages":{"type":"object","properties":{"id":{"type":"string","x-nullable":true},"url":{"type":"string"},"index":{"type":"integer","format":"int64"},"description":{"type":"string","x-nullable":true}},"additionalProperties":false,"required":["url","index"]},"ProductVariantsApiResponseVariantsGootenMappingItemsPreconfigurations":{"type":"object","properties":{"space_id":{"type":"string"},"url":{"type":"string"},"space_desc":{"type":"string","x-nullable":true},"il":{}},"additionalProperties":false,"required":["space_id","url"]},"ProductsAPIResponse":{"type":"object","properties":{"total":{"type":"integer","format":"int64"},"products":{"type":"array","items":{"$ref":"#/definitions/Product"}}},"additionalProperties":false,"required":["total","products"]},"ProductsApiResponseProductsVariantsGootenMappingImages":{"type":"object","properties":{"id":{"type":"string","x-nullable":true},"url":{"type":"string"},"index":{"type":"integer","format":"int64"},"description":{"type":"string","x-nullable":true}},"additionalProperties":false,"required":["url","index"]},"ProductsApiResponseProductsVariantsGootenMappingItemsPreconfigurations":{"type":"object","properties":{"space_id":{"type":"string"},"url":{"type":"string"},"space_desc":{"type":"string","x-nullable":true},"il":{}},"additionalProperties":false,"required":["space_id","url"]},"PublishAPIRequest":{"type":"object","properties":{"product":{"$ref":"#/definitions/PublishApiRequestProduct"},"tasks":{"type":"array","items":{"$ref":"#/definitions/PublishProductTask"}}},"additionalProperties":false,"required":["product","tasks"]},"PublishApiRequestProduct":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"},"x-nullable":true},"variants":{"type":"array","items":{"$ref":"#/definitions/PublishProductVariant"}},"personalize":{"type":"boolean","x-nullable":true},"images":{"type":"array","items":{"$ref":"#/definitions/PublishProductImage"}},"name":{"type":"string"},"type":{"type":"string","x-nullable":true},"collections":{"type":"array","items":{"$ref":"#/definitions/PublishProductCollection"},"x-nullable":true},"options":{"type":"array","items":{"$ref":"#/definitions/PublishProductOption"}},"description_html":{"type":"string","x-nullable":true}},"additionalProperties":false,"required":["variants","name","description_html"]},"PublishApiRequestProductVariantsGootenMappingImages":{"type":"object","properties":{"id":{"type":"string","x-nullable":true},"index":{"type":"integer","format":"int64"},"url":{"type":"string"}},"additionalProperties":false,"required":["index","url"]},"PublishApiRequestProductVariantsGootenMappingItems":{"type":"object","properties":{"product_id":{"type":"integer","format":"int64"},"product_variant_sku":{"type":"string"},"preconfigurations":{"type":"array","items":{"$ref":"#/definitions/PublishApiRequestProductVariantsGootenMappingItemsPreconfigurations"}}},"additionalProperties":false,"required":["product_id","product_variant_sku","preconfigurations"]},"PublishApiRequestProductVariantsGootenMappingItemsPreconfigurations":{"type":"object","properties":{"space_id":{"type":"string"},"url":{"type":"string"},"image_id":{"type":"integer","format":"int64","x-nullable":true},"space_desc":{"type":"string","x-nullable":true},"il":{"x-nullable":true}},"additionalProperties":false,"required":["space_id","url"]},"PublishApiRequestTasksOptions":{"type":"object","properties":{"store_id":{"type":"integer","format":"int64","x-nullable":true},"publish":{"type":"boolean","x-nullable":true},"update_preview":{"type":"boolean","x-nullable":true}},"additionalProperties":false},"PublishGootenMapping":{"type":"object","properties":{"description":{"type":"string"},"neck_tag_id":{"type":"integer","format":"int64","x-nullable":true},"images":{"type":"array","items":{"$ref":"#/definitions/PublishApiRequestProductVariantsGootenMappingImages"},"x-nullable":true},"name":{"type":"string"},"orientation":{"type":"string","x-nullable":true},"neck_tag_image_url":{"type":"string","x-nullable":true},"preview_url":{"type":"string","x-nullable":true},"has_main_mockup":{"type":"boolean","x-nullable":true},"sku":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/PublishApiRequestProductVariantsGootenMappingItems"}}},"additionalProperties":false,"required":["sku","items"]},"PublishProductCollection":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string","x-nullable":true}},"additionalProperties":false,"required":["id","name"]},"PublishProductImage":{"type":"object","properties":{"id":{"type":"string"},"index":{"type":"integer","format":"int64"},"url":{"type":"string","x-nullable":true},"base_64":{"type":"string","x-nullable":true}},"additionalProperties":false,"required":["index"]},"PublishProductOption":{"type":"object","properties":{"position":{"type":"integer","format":"int64"},"name":{"type":"string"}},"additionalProperties":false,"required":["position","name"]},"PublishProductOptionValue":{"type":"object","properties":{"position":{"type":"integer","format":"int64"},"value":{"type":"string"}},"additionalProperties":false,"required":["position","value"]},"PublishProductTask":{"type":"object","properties":{"name":{"type":"string"},"options":{"$ref":"#/definitions/PublishApiRequestTasksOptions","x-nullable":true},"overrides":{}},"additionalProperties":false,"required":["name"]},"PublishProductVariant":{"type":"object","properties":{"option_values":{"type":"array","items":{"$ref":"#/definitions/PublishProductOptionValue"}},"customer_price":{"type":"number","format":"double","x-nullable":true},"images":{"type":"array","items":{"$ref":"#/definitions/PublishProductImage"}},"weight_unit":{"type":"string","enum":["oz","lb","kg","g"]},"max_cost":{"type":"number","format":"double","x-nullable":true},"sku":{"type":"string","x-nullable":true},"compare_at_price":{"type":"number","format":"double","x-nullable":true},"weight":{"type":"number","format":"double","x-nullable":true},"id":{"type":"integer","format":"int64"},"position":{"type":"integer","format":"int64"},"gooten_mapping":{"$ref":"#/definitions/PublishGootenMapping"}},"additionalProperties":false,"required":["customer_price","sku","gooten_mapping"]},"Store":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nick_name":{"type":"string"},"type":{"type":"string"},"collections":{"type":"array","items":{"$ref":"#/definitions/Tag"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Tag"}},"settings":{}},"additionalProperties":false,"required":["id","nick_name","type"]},"StoreAPIResponse":{"type":"object","properties":{"store":{"$ref":"#/definitions/Store"}},"additionalProperties":false,"required":["store"]},"StoresAPIResponse":{"type":"object","properties":{"stores":{"type":"array","items":{"$ref":"#/definitions/Store"}}},"additionalProperties":false,"required":["stores"]},"Tag":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}},"additionalProperties":false,"required":["name"]},"TagsAPIResponse":{"type":"object","properties":{"tags":{}},"additionalProperties":false,"required":["tags"]},"TikTokShopConnectAPIRequest":{"type":"object","properties":{"integration":{"$ref":"#/definitions/TikTokShopConnectApiRequestIntegration"}},"additionalProperties":false,"required":["integration"]},"TikTokShopConnectApiRequestIntegration":{"type":"object","properties":{"code":{"type":"string"},"redirect-uri":{"type":"string"},"state":{"type":"string"},"region":{"type":"string"}},"additionalProperties":false,"required":["code","redirect-uri","state","region"]},"ValidationErrorAPIResponse":{"type":"object","properties":{"error":{"type":"boolean"},"errors":{"type":"array","items":{"$ref":"#/definitions/ValidationErrorApiResponseErrors"}}},"additionalProperties":false,"required":["error","errors"]},"ValidationErrorApiResponseErrors":{"type":"object","properties":{"type":{"type":"string"},"message":{"type":"string"},"property":{"type":"string"}},"additionalProperties":false,"required":["type","message","property"]}},"produces":["application/json","application/transit+msgpack","application/transit+json","application/edn"],"paths":{"/api/v/1/stores":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"}],"tags":["stores"],"summary":"Get Stores","responses":{"200":{"schema":{"$ref":"#/definitions/StoresAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/settings":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["stores"],"summary":"Get Store settings","responses":{"200":{"schema":{"$ref":"#/definitions/StoreAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/collections":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["stores"],"summary":"Get Collections","responses":{"200":{"schema":{"$ref":"#/definitions/CollectionsAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/tags":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["stores"],"summary":"Get Tags","responses":{"200":{"schema":{"$ref":"#/definitions/TagsAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/disconnect":{"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["stores"],"summary":"Disconnect store","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/oauth/bigcommerce":{"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"BigCommerceStoreConnectAPIRequest","description":"","required":true,"schema":{"$ref":"#/definitions/BigCommerceStoreConnectAPIRequest"}}],"tags":["oauth"],"summary":"Connect BigCommerce Store","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/oauth/tiktok":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"urlRedirect","description":"","required":false,"type":"string"},{"in":"query","name":"storeName","description":"","required":false,"type":"string"}],"tags":["oauth"],"summary":"Get TikTok OAuth Info","responses":{"200":{"schema":{},"description":""}}},"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"TikTokShopConnectAPIRequest","description":"","required":true,"schema":{"$ref":"#/definitions/TikTokShopConnectAPIRequest"}}],"tags":["oauth"],"summary":"Connect TikTok Shop","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/oauth/etsy":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"urlRedirect","description":"","required":false,"type":"string"},{"in":"query","name":"storeName","description":"","required":false,"type":"string"}],"tags":["oauth"],"summary":"Get Etsy OAuth Info","responses":{"200":{"schema":{},"description":""}}},"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"EtsyStoreConnectAPIRequest","description":"","required":true,"schema":{"$ref":"#/definitions/EtsyStoreConnectAPIRequest"}}],"tags":["oauth"],"summary":"Connect Etsy Store","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/oauth/etsy-v3":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"urlRedirect","description":"","required":false,"type":"string"},{"in":"query","name":"storeName","description":"","required":false,"type":"string"}],"tags":["oauth"],"summary":"Get Etsy OAuth 2.0 Info","responses":{"200":{"schema":{},"description":""}}},"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"EtsyStoreConnectAPIv3Request","description":"","required":true,"schema":{"$ref":"#/definitions/EtsyStoreConnectAPIv3Request"}}],"tags":["oauth"],"summary":"Connect Etsy Store","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/oauth/woocommerce":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"storeName","description":"","required":false,"type":"string"}],"tags":["oauth"],"summary":"Get Woocommerce OAuth Info","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/storage/products":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"search","description":"","required":false,"type":"string"},{"in":"query","name":"page","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"sort","description":"","required":false,"type":"string"},{"in":"query","name":"pageSize","description":"","required":false,"type":"integer","format":"int64"}],"tags":["storage"],"summary":"Search Storage Products","responses":{"200":{"schema":{"$ref":"#/definitions/ProductsAPIResponse"},"description":""}}}},"/api/v/1/storage/products/{productId}/variants":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["storage"],"summary":"Get Storage Product Variants","responses":{"200":{"schema":{"$ref":"#/definitions/ProductVariantsAPIResponse"},"description":""}}}},"/api/v/1/storage/products/{productId}/connections":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["storage"],"summary":"Get Storage Product Connections","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/storage/products/{productId}/delete":{"delete":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["storage"],"responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/products/all":{"get":{"parameters":[{"in":"query","name":"status","description":"","required":false,"type":"string"},{"in":"query","name":"sort","description":"","required":false,"type":"string"},{"in":"query","name":"unique","description":"","required":false,"type":"boolean","allowEmptyValue":true},{"in":"query","name":"search","description":"","required":false,"type":"string"},{"in":"query","name":"collection","description":"","required":false,"type":"string"},{"in":"query","name":"page","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"pageSize","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"countryCode","description":"","required":false,"type":"string","allowEmptyValue":true},{"in":"query","name":"connected","description":"","required":false,"type":"boolean","allowEmptyValue":true}],"tags":["products"],"summary":"Search All Products","responses":{"200":{"schema":{"$ref":"#/definitions/ProductsAPIResponse"},"description":""}}}},"/api/v/1/products/{productId}/delete":{"delete":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"storeId","description":"","required":false,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Delete product and all connections","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products":{"get":{"parameters":[{"in":"query","name":"status","description":"","required":false,"type":"string"},{"in":"query","name":"sort","description":"","required":false,"type":"string"},{"in":"query","name":"search","description":"","required":false,"type":"string"},{"in":"query","name":"collection","description":"","required":false,"type":"string"},{"in":"query","name":"page","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"pageSize","description":"","required":false,"type":"integer","format":"int64"},{"in":"query","name":"connected","description":"","required":false,"type":"boolean","allowEmptyValue":true},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Search Products","responses":{"422":{"schema":{"$ref":"#/definitions/ValidationErrorAPIResponse"},"description":"Validation Error"},"200":{"schema":{"$ref":"#/definitions/ProductsAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/collections":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Get Product Collections","responses":{"200":{"schema":{"$ref":"#/definitions/ProductCollectionAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/variants":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Get Product Variants","responses":{"200":{"schema":{"$ref":"#/definitions/ProductVariantsAPIResponse"},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/connections":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Get Product Connections","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/unpublish":{"put":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Mark Product as Unpublished","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/publish":{"put":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Mark Product as Published","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/personalize":{"put":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Mark Product as personalized","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/depersonalize":{"put":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Mark Product as depersonalized","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/unlink":{"put":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Unlink Product","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/stores/{storeId}/products/{productId}/delete":{"delete":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"path","name":"storeId","description":"","required":true,"type":"string"},{"in":"path","name":"productId","description":"","required":true,"type":"integer","format":"int64"},{"in":"path","name":"storeId","description":"","required":true,"type":"integer","format":"int64"}],"tags":["products"],"summary":"Delete product and all connections","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/variants/delete":{"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"DeleteVariantsAPIRequest","description":"","required":true,"schema":{"$ref":"#/definitions/DeleteVariantsAPIRequest"}}],"tags":["products"],"summary":"Delete product variants","responses":{"200":{"schema":{},"description":""}}}},"/api/v/1/gooten_mappings":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"ids","description":"Coma separated int values","required":true,"type":"string"}],"tags":["gooten_mappings"],"summary":"Get gooten mappings by id's","responses":{"200":{"schema":{"$ref":"#/definitions/GootenMappingsAPIResponse"},"description":""}}}},"/api/v/1/gooten_mappings_by_skus":{"get":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"query","name":"skus","description":"Coma separated string values","required":true,"type":"string"}],"tags":["gooten_mappings_by_skus"],"summary":"Get gooten mappings by skus","responses":{"200":{"schema":{"$ref":"#/definitions/GootenMappingsAPIResponse"},"description":""}}}},"/api/v/1/publish":{"post":{"parameters":[{"in":"query","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"PublishAPIRequest","description":"","required":true,"schema":{"$ref":"#/definitions/PublishAPIRequest"}}],"tags":["publish"],"summary":"Publish Products Data","responses":{"200":{"schema":{},"description":""}}}},"/oauth/{provider}/{shopDomain}/{recipeId}":{"post":{"tags":["oauth"],"summary":"Connect Woo Store","parameters":[{"in":"path","name":"provider","description":"","required":true,"type":"string"},{"in":"path","name":"shopDomain","description":"","required":true,"type":"string"},{"in":"path","name":"recipeId","description":"","required":true,"type":"string"},{"in":"body","name":"","description":"","required":true,"schema":{}}],"responses":{"200":{"schema":{},"description":""}}}},"/health":{"get":{"tags":["health"],"summary":"Service health check","responses":{"default":{"description":""}}}}},"consumes":["application/json","application/transit+msgpack","application/transit+json","application/edn"],"info":{"title":"Gooten Store API","version":"1.0.0","description":"API for managing Store and Products"},"swagger":"2.0","basePath":"/"}