The style_identifier is not always set

The style_identifier is not set, when a style has been imported (https://sandbox.jooraccess.com/styles/import) or added by backoffice joor (https://sandbox.jooraccess.com/styles/add). Which style_identifier value should be used in the API v2.0 calls (eg https://api-docs.jooraccess.com/v2.0/reference/image-post) if the style_identifier was not set?

The style_identifier is not always set

The style_identifier is not set, when a style has been imported (https://sandbox.jooraccess.com/styles/import) or added by backoffice joor (https://sandbox.jooraccess.com/styles/add). Which style_identifier value should be used in the API v2.0 calls (eg https://api-docs.jooraccess.com/v2.0/reference/image-post) if the style_identifier was not set?

I18n in JOOR

Is it possible to load the texts of a style (for example style_name, style_description) in different languages (it, en, fr, ...) in order to show the name and description in the correct language when changing the language?

I18n in JOOR

Is it possible to load the texts of a style (for example style_name, style_description) in different languages (it, en, fr, ...) in order to show the name and description in the correct language when changing the language?

Order status : partial shipments

Is there a possibility to have orders partially shipped ? We do wholesale and we always fulfill orders in several batches. Is the following workaround recommended ? Step 1. Update the current order status to SHIPPED and delete the unfulfilled line items Step 2. Create a new order with the unfulfilled line items (previously deleted) and set status to APPROVED Thank you.

Image creation API

By invoking the image creation API for a color image, if I set the parameter "replace_existing" to true, are primary style images deleted? For example: POST | https://api.jooraccess.com/v2/style-number/00123/ST1234566/image/?filename=abc123-1S.jpg&color_code=001&swatch=true&display_order=1&replace_existing=true Can you confirm that for a color it is possible to upload only one image, which may or may not be a swatch? For a color, if I load a swatch image with replace_existing parameter set to false after loading an image (even non-swatch), does the swatch image replace the previous one or do I get an error?
ANSWERED

Business Central Style Sync Issue

We are trying to sync Styles from Microsoft Dynamics Business Central SAAS but we are getting the below error { "response": { "code": "928", "comment": "Invalid category specified in input", "log_id": "644153f3-23fc-4e9f-9a98-74d5e01a7291" } } can we know the reason for the same.

Get order with by date_modified

Hello, How to I can get order with field date_modified by from date -> to date. I use api v2 Thank for help
ANSWERED

Category List

Is there a list available of the categories which references their category id?
ANSWERED

How to I can get client_id client_secret?

I want get client_id and client_secret to call api Thanks