Graph API Version

Product Catalog Localized Items Batch

Reading

You can't perform this operation on this endpoint.

Creating

You can make a POST request to localized_items_batch edge from the following paths:
When posting to this edge, no Graph object will be created.

Parameters

ParameterDescription
item_type
string

The type of items in the request

Required
requests
JSON object

Array of JSON objects containing batch requests. Each batch request consists of method and data and localization fields

Required

Return Type

This endpoint supports read-after-write and will read the node to which you POSTed.
Struct {
handles: List [
string
],
validation_status: List [
Struct {
errors: List [
Struct {
message: string,
}
],
retailer_id: string,
warnings: List [
Struct {
message: string,
}
],
}
],
}

Error Codes

ErrorDescription
100Invalid parameter

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.