Create LocationCopy Pagepost https://sandbox.api.deliverysolutions.co/api/v2/storeUse this API to create a location.Body ParamsnamestringrequiredName of the pickup locationstoreExternalIdstringrequiredIt's a unique id by which your systems can identify the pickup location. It's not editable after the creation of Pickup LocationbrandExternalIdstringIt's a unique id that you have associated with the brand during its creation. If not provided, the default brand is chosen.contactobjectrequiredContact information for Pickup Location.contact objectaddressobjectrequiredAddress of the locationaddress objectactivebooleanThe pickup location can be marked as active or inactive using the true/false flag. Default is true (pickup location is enabled)truefalsecurrencyCodestringCurrency code in ISO 4217 alphabetical format, e.g. USD. It inherits from Brand or Business if not provided.pickupInstructionsstringPickup instructions for the location. These instructions are given to drivers/customers coming to pick up the order. If not provided it will be inherited from Brand or Business.DSPsarray of objectsList of the providers that should be assigned for the locationDSPsADD objectreturnStoreIdstringIn the case of shipping carriers, if the order can't be delivered then it's returned to the same Pickup Location. You can associate a different Pickup Location in such a case by entering the desired location's storeExternalId here.additionalContactsarray of objectsTo store additional contact details for a storeadditionalContactsADD objecttagsarray of stringsIdentifiers that can be used for finding and sorting relevant information.tagsADD stringResponses 201201 400400 403403Updated 11 months ago