You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Niurmiguel! Great job!
Can you give me an example of how I can delete an order?
I read your code, but I don't understand how to pass the "DeleteOrders" class to the method: "performOrderAction".
Hi @Niurmiguel! Great job!
Can you give me an example of how I can delete an order?
I read your code, but I don't understand how to pass the "DeleteOrders" class to the method: "performOrderAction".
`
const orderService = await adManagerClient.getService('OrderService');
try {
const statement = new StatementBuilder().where('id = 3152946191');
} catch (error) {
console.error(error.message);
}
`
Thanks!
The text was updated successfully, but these errors were encountered: