I’m building an API interface to Ordoro and would like to build a cross reference to the sales channels in the code.
Does anyone have the list?
Thanks,
John
I’m building an API interface to Ordoro and would like to build a cross reference to the sales channels in the code.
Does anyone have the list?
Thanks,
John
Sales channel ids are unique to the account. You can list the ids in the account by making a GET request to the /cart/
endpoint.
Ok, that is what I needed, thank you.