Expand my Community achievements bar.

Join us for the Adobe Journey Optimizer Community Q&A Coffee Break on 1st October at 8 am PT with Journey Optimizer experts Amarnath Vannarath, Ariel Sultan, Arthur Lacroix and Sandra Hausmann.
SOLVED

Develop a utility to transfer offers from one sandbox to another

Avatar

Level 1

Hi,

I am trying to develop a utility to sync the offers from one sandbox to the other through Offer APIs. We could retreive the offers from one sandbox in Postman but while trying to set it up in AJO, in the custom action URL, I entered the offer API and it gave the following error.

Neeharika_Shetty_0-1721049451814.png

 

Is there any way we can overcome this blocker and set the utility up in AJO?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

This is a guardrail called out in https://experienceleague.adobe.com/en/docs/journey-optimizer/using/get-started/guardrails

 

dugganab_0-1721051182322.png

You can potentially explore leveraging a middleware/custom solution for this.

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

This is a guardrail called out in https://experienceleague.adobe.com/en/docs/journey-optimizer/using/get-started/guardrails

 

dugganab_0-1721051182322.png

You can potentially explore leveraging a middleware/custom solution for this.

 

Avatar

Community Advisor

@Neeharika_Shetty You could use create and manager offer API's to port them into another sandbox. Although this is not the most optimal method, consider having a look at it.

Thanks, Sathees