To create a merchantLocationKey, you can use the createInventoryLocation endpoint of the Inventory API, which creates a new inventory location.
When you first create an inventory location, only a seller-defined location identifier and a physical location are required, and once set, these values cannot be changed. The unique identifier value (merchantLocationKey) is passed in at the end of the call URI. This merchantLocationKey value will be used in other Inventory Location calls to identify the location to perform an action against.
developer-support@ebay.com
Hello @kaelkaemarketing,
To create a merchantLocationKey, you can use the createInventoryLocation endpoint of the Inventory API, which creates a new inventory location.
When you first create an inventory location, only a seller-defined location identifier and a physical location are required, and once set, these values cannot be changed. The unique identifier value (merchantLocationKey) is passed in at the end of the call URI. This merchantLocationKey value will be used in other Inventory Location calls to identify the location to perform an action against.
For more information, please visit: https://developer.ebay.com/api-docs/sell/inventory/resources/location/methods/createInventoryLocation
Best Regards,
eBay Developer Support
chrisvanhe0
·10 months agoHello Kael.
in your environment/environment.ts file add:
to use it:
Important; you have to have added all three of fulfilment, payment and return policies [ids] in order to post a listing.
Hope this helps