1
Get an API key
Ask your LocalAds contact to provision an organization API key with the
products:create and products:read permissions.Store it in an environment variable. The full key is shown only once.2
Choose a brand
List the brands available to the organization and copy the brand
id:3
Create a product
If the product image is a local file, upload it first:Copy the returned
url into image_urls below. If the image already has a
public HTTPS URL, you can use that URL directly.4
Check the response
A request containing product images or a source URL returns The response also includes a
202 Accepted.
Retrieve the product until status becomes ready:Location header containing the product URL.