put
https://{subdomain}.myshoplaza.com/openapi/2025-06/redirects/
Update the details of an existing url redirect using its unique identifier.
Requireswrite_shop_navigationaccess scope. More access scope
The Upload Theme API allows users to upload a theme to the store using a ZIP file. This enables merchants to customize their store's appearance by applying new themes or updating existing ones.
This API is especially useful for:
- Uploading a new theme to customize store appearance.
- Updating or replacing an existing theme for a shop programmatically.
Request Parameters
Public Request Parameters
Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | Yes | Unique identifier of the redirect. | 4540188244553 |
Body Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
from_url | string | Yes | The original URL to be redirected. | /collections/hot-selling |
redirect_url | string | Yes | The target URL for the redirection. | /collections/test1567 |
status | string | Yes | Status of the redirect (open or close). | open |
Response Explanation
Public Response Parameters
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
