Good afternoon,
We are working on a VTEX X Privalia integration where we already have our promotions created and will need to replicate them into new promotions associated with the commercial policies used in the integration with Privalia.
In the API documentation, I was unable to identify which field represents the option selected in the promotion settings: “Delivered by me (Other Stores)”.
Could anyone help me with this?

Hi @andre.moreira, good afternoon!
How are you?
You can use the following API: Promotions & Taxes API
In it you’ll find the Store field where you define which store should be marked in the promotion:
The storesAreInclusive field might no longer be in use, meaning that just passing the store name should do the trick. I’d suggest doing a PUT and then a GET.
The GET can be done through any of these endpoints: Promotions & Taxes API
You can also explore other fields in this API, such as sellerId and idSellerIsInclusive.
I hope this information helps!
Best,
Estevão
Four2One Management