Request
Body Params application/json
{
"domain": "string",
"apex_domain": "string",
"name": "string",
"phone_number": "string",
"email": "[email protected]",
"slogan": "string",
"logo_image_id": "string",
"bg_image_id": "string",
"terms_and_conditions": "string",
"social_facebook_url": "string",
"social_google_url": "string",
"social_twitter_url": "string",
"social_instagram_url": "string",
"social_linkedin_url": "string",
"show_prices": true,
"style_font_family": "string",
"style_main_color": "string"
}
Request samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/store' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "string",
"apex_domain": "string",
"name": "string",
"phone_number": "string",
"email": "[email protected]",
"slogan": "string",
"logo_image_id": "string",
"bg_image_id": "string",
"terms_and_conditions": "string",
"social_facebook_url": "string",
"social_google_url": "string",
"social_twitter_url": "string",
"social_instagram_url": "string",
"social_linkedin_url": "string",
"show_prices": true,
"style_font_family": "string",
"style_main_color": "string"
}'
Responses
Update store phone number
This response does not have a body.
Modified at 2025-07-07 17:53:32