# Get Single Order Profile **GET /o/op/data/{businessLocationId}/account-profiles/tagcode/{tagCode}** Returns details of an active [order profile](https://k-series-support.lightspeedhq.com/hc/en-us/articles/1260804657389-About-order-profiles) based on its [code](https://api-docs.lsk.lightspeed.app/operation/operation-apeaccountprofiles#operation-apeaccountprofiles-200-body-application-json-accountprofilelist-code). Note: Order Profiles were previously called Account Profiles, and may still be referred to in this way in the API, in some cases. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **tagCode** (string) The order profile [code](https://api-docs.lsk.lightspeed.app/operation/operation-apeaccountprofiles#operation-apeaccountprofiles-200-body-application-json-accountprofilelist-code). ## Responses ### 200: Order profile #### Body Parameters: application/json (object) - **id** (integer(int64)) The unique identifier for the order profile. - **code** (string) A short code representing the order profile. - **name** (string) The system display name for the order profile. - **deliveryMode** (string) Specifies the delivery mode for the order profile. [Powered by Bump.sh](https://bump.sh)