Mandatory Developer Registration for CSS API requirement by June 2026. To improve API stability and security, we are introducing a mandatory, one-time registration for the CSS APIs. If you have already done this registration for your Google Cloud Projects while activating the Merchant API, you won't need to repeat these steps. You can find more detailed instructions in our
Merchant API developer site and our
API support team is available if you need more assistance.
Performance best practices
Stay organized with collections
Save and categorize content based on your preferences.
Uploading products takes a certain amount of time per operation. If you need
to upload many products in a short timeframe, this could cause the
process to seem slow.
Our recommended solution is to call the CSS API in parallel.
Parallel calls
To speed up the upload process, we recommend using parallel calls to upload
multiple products simultaneously. This can significantly reduce overall
upload time. Use the features appropriate
for your programming language.
For Java, use the asynchronous version within a parallel executor:
ApiFuture<CssProductInput> future =
cssProductInputsServiceClient.insertCssProductInputCallable().futureCall(request);
Bulk / Batch operations
While bulk and batch operations aren't supported directly in the CSS
API, if you are calling the API directly using HTTP you can use the Google API
default batch feature. For detailed instructions, refer to the
Media-CDN
or the Cloud Storage
documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-23 UTC."],[],[]]