Create a store

If the ffl_license_number exists in the BFG database and the FFL isn’t yet linked to a store, a new store is automatically created and linked to that FFL.
However, if the FFL is already linked, the submission will be connected to the existing store..
If no FFL exists, the system checks for an exact match of name, address_1, address_2, address_3, city, state, postal_code, and. All values must match.
If no exact match is found, the system uses AI to look for possible typos or close matches.
If no existing store is found, the system creates a new store and links it to the brand determined by the token in the request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

The FFL license number for the store.

string
required

The name of the store. Must be unique within the postal code. Maximum length: 255 characters.

string | null

A friendly display name for the store. Maximum length: 255 characters.

file

The company logo. Must be a valid image file. Maximum file size: 2 MB.

string | null

The store's phone number. Maximum length: 25 characters.

string | null

The store's email address. Must be a valid email address. Maximum length: 255 characters.

string | null

The store's website URL. Must be a valid URL. Maximum length: 255 characters.

boolean

Indicates whether the store offers store pickup.

boolean

Indicates whether the store offers online shopping.

integer

The low stock threshold for inventory alerts.

string | null

The store's primary street address. Maximum length: 255 characters.

string | null

An optional second address line. Maximum length: 255 characters.

string | null

An optional third address line. Maximum length: 255 characters.

string | null

The city where the store is located. Maximum length: 60 characters.

string | null

The state where the store is located. For US addresses, must be a valid two-letter state code. Maximum length: 30 characters.

string | null

The ZIP code of the store. Maximum length: 255 characters.

string | null

The country where the store is located. Maximum length: 255 characters.

boolean

Indicates whether the store is at a residential address.

boolean

Whether the store uses FFL services.

string | null

The manufacturer account number. Maximum length: 255 characters.

string | null

The product URL. Must be a valid URL. Maximum length: 255 characters.

string | null

The brand URL. Must be a valid URL. Maximum length: 255 characters.

boolean

Whether brand terms have been signed.

file | null

Brand terms file upload. Must be a PDF file.

store_tags
array of strings

Array of store tags.

store_tags
store_types
array of strings

Array of store types.

store_types
boolean | null

Whether the store appears in the store locator.

boolean | null

Whether to show stock availability for this store.

boolean | null

Whether to show the store's website.

boolean | null

Whether the store is promoted.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json