POST

Bulk Create Info Sections


Developer Preview

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

Creates multiple info sections.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Info section write in v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/info-sections/create

Body Params
infoSectionsArray <InfoSection>RequiredminItems 1maxItems 100

Info sections to create.


returnEntityboolean

Whether to return the full created info section entities in the response.

Default: false

Response Object
resultsArray <BulkInfoSectionItemResult>minItems 1maxItems 100

Info sections created by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk Create Info Sections

Bulk create Info Sections.

Request
cURL
Response
JSON
Errors
400Invalid Argument

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?