GET

Get Info Section


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves an info section.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Manage Products
Read Products
Manage Restaurants - all permissions
Read v3 catalog
Manage v3 catalog
Read info sections in v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/stores/v3/info-sections/{infoSectionId}

Path Params
infoSectionIdstringRequired

Info section ID.

Query Params
fieldsArray <string>

Fields to include in the response.

Supported values: ASSIGNED_PRODUCTS_COUNT

Response Object
infoSectionInfoSection

Info section.

Gets an info section by Id.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?