Store APIs
POSTCreate Store
Requests go to the live API through streamoid.com and act on your real data.
Authorization
AuthorizationstringrequiredheaderBearer token,
Bearer <token>. Create one under Tokens in your workspace.Query parameters
copy_taxonomybooleandefault: falselinked_store_idstring | nullHeaders
X-Request-IdstringOptional trace ID. If not provided, one is generated automatically
Body
application/json required
store_namestringrequiredstore_taxonomystringrequiredAllowed:
catalogix brandstore_websitestring | nullregionstring[]requiredList of regions for the store.
Allowed:
India Africa Asia Europe Global Middle East North America Oceania South Americachannelsstring[]requiredAllowed:
ajiob2c amazon-vendor flipkart_vendor firstcry ajio_offline limeroad flipkart_b2b tatacliq fynd ajiob2b trell myntra_b2b snapdeal meesho dealshare myntra jiomart bewakoof nykaa tatacliq-vendor levis flipkart amazon ajio-vendor shopsy shoppers_stop amazon_home_and_kitchen nnnow magento inorbit myntra-OR amazon-seller megamart eshopbox shopify facebook SMP googledefault_automationstring[]requiredAllowed:
color_distribution analyze_attribute analyze_image mask_computation product_listing_audit image_automation bulk_actions uniqueness_checker product_quality_score detail_shot_generator infographic_creator video_generation size_chart_creator data_sync_to_external delete_product_images bulk_edit data_export text_classifier optical_character_recognition image_classifier image_classifier_express image_classifier_precise conditional_attribution product_description product_title_generation SEO_Automations swatch_generation image_type image_upload bulk_image_upload hotspot_generation unique_content_generator master_automation multimedia_visibility background_removal face_swap service-1 service-2 service-3 service-4 service-5 metadata_translation image_translation update_availability smp_upgrade SMP_image_upsertResponses
200Successful Response
statusobjectrequiredStatus of the operation
Fields
codeintegerrequiredStatus code of the operation. 1 means success. -1 means failure. 0 means process moved to background
Example:
0messagestringrequiredMessage describing the status
Example:
successrequest_idstringUnique trace ID for the request. Echoed from X-Request-Id header or auto-generated.
Example:
8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312dataobjectrequiredCreated store identifiers
Fields
store_uuidstringExample:
699ec31355208b213e56059astore_groupstringExample:
linked_store_id_abc400Invalid data format
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
401Unauthorized – Bearer token missing or invalid
statusobjectFields
codeintegerExample:
-1messagestringExample:
Unauthorized – invalid or missing Bearer token404not found
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
413Payload too large
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
422Validation Error
detailobject[]Item fields
locstring | integer[]requireddefault: ["body",""]msgstringrequireddefault: "Field Required"typestringrequireddefault: "missing"500Internal server error
statusobjectFields
codeintegerExample:
-1messagestringExample:
Internal server error. Please contact support@catalogix.ai502Downstream service unavailable
statusstringdefault: "error"The status of the request, typically 'error'
detailstringrequiredA description of the error
Something missing or unclear? Write to support@streamoid.com.