Push to production

Push a product from the authoring environment to production. This exports the product's complete structure and imports it into the corresponding product on the production server.

The push operation:

  1. Exports the product as JSON (same structure as the export endpoint)
  2. Sends the JSON to the production server's import endpoint
  3. Returns the import result from the production server

Requirements:

  • The product must exist on both the authoring and production servers
  • The product's bundle_id must match between environments
  • The account's API key must be valid on the production server

Side Effects:

  • On success, the product's last_pushed timestamp is updated to match last_updated
  • A user log entry is created for the push action

Note: This endpoint is only meaningful on the authoring server.

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here!