Skip to main content

Creates a new store.

The name must not be empty. All other parameters are optional. Returns the created store chain.

Request Body
  • name Name of the chain.

    Possible values: <= 120 characters

    Field does not support HTML, Markdown or multiline strings.

  • status object

    Possible values: <= 2, [0, 1, 2]

    • '0' - Not Cooperating
    • '1' - Waiting, i.e. in negotiation
    • '2' - Cooperating.
    oneOf

  • integer

    Possible values: [0, 1, 2]

  • headquartersZip ZIP code of the chains headquater.

    Possible values: <= 120 characters

  • headquartersCity City of the chains headquater.

    Possible values: <= 50 characters

    Field does not support HTML, Markdown or multiline strings.

  • headquartersCountry Country of the chains headquater.

    Possible values: <= 50 characters

    Field does not support HTML, Markdown or multiline strings.

  • allowPress Whether the chain can be referred to in press releases.
  • forumThread Identifier of a forum thread related to this chain.

    Only visible to members of AG store chain

  • notes Miscellaneous notes.

    Possible values: <= 200 characters

    Field does not support HTML, Markdown or multiline strings.

  • commonStoreInformation Information about the chain to be displayed on every related stores page.

    Possible values: <= 16777215 characters

  • kams object[]
  • id Unique identifier of the foodsaver. required
  • name Name of the Foodsaver. required

    Might include the last name.

  • avatar URL of the foodsavers avatar image.
  • estimatedStoreCount Count of estimated stores.

    Only visible to members of AG store chain

Responses

Success

Loading...