Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Path
idinteger(int32)required

Product flag id

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/file/{id}'

Responses

OK

Body
Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Codestring
TypeIdinteger(int32)
TypeExtensionstring
TypeMimeTypestring
SortOrderinteger(int32)
IsActiveboolean
IsImageboolean
Changedstring
ChangedBystring
IsSharedTypebooleanread-only
CulturesArray of objects(FileCultureModel)
Response
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "TypeId": 0, "TypeExtension": "string", "TypeMimeType": "string", "SortOrder": 0, "IsActive": true, "IsImage": true, "Changed": "string", "ChangedBy": "string", "IsSharedType": true, "Cultures": [ {} ] }

Request

Path
idinteger(int32)required

Product file id

Bodyrequired

Product file

Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Codestring
TypeIdinteger(int32)
TypeExtensionstring
TypeMimeTypestring
SortOrderinteger(int32)
IsActiveboolean
IsImageboolean
Changedstring
ChangedBystring
CulturesArray of objects(FileCultureModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/file/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "Code": "string",
    "TypeId": 0,
    "TypeExtension": "string",
    "TypeMimeType": "string",
    "SortOrder": 0,
    "IsActive": true,
    "IsImage": true,
    "Changed": "string",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

Path
idinteger(int32)required

File id to delete

curl -i -X DELETE \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/file/{id}'

Responses

OK

Body
object
Response
{}

Request

Query
isImageboolean
curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/file

Responses

OK

BodyArray [
Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Codestring
TypeIdinteger(int32)
TypeExtensionstring
TypeMimeTypestring
SortOrderinteger(int32)
IsActiveboolean
IsImageboolean
Changedstring
ChangedBystring
IsSharedTypebooleanread-only
CulturesArray of objects(FileCultureModel)
]
Response
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "TypeId": 0, "TypeExtension": "string", "TypeMimeType": "string", "SortOrder": 0, "IsActive": true, "IsImage": true, "Changed": "string", "ChangedBy": "string", "IsSharedType": true, "Cultures": [] } ]

Request

Bodyrequired

Product file

Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Codestring
TypeIdinteger(int32)
TypeExtensionstring
TypeMimeTypestring
SortOrderinteger(int32)
IsActiveboolean
IsImageboolean
Changedstring
ChangedBystring
CulturesArray of objects(FileCultureModel)
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/file \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "Code": "string",
    "TypeId": 0,
    "TypeExtension": "string",
    "TypeMimeType": "string",
    "SortOrder": 0,
    "IsActive": true,
    "IsImage": true,
    "Changed": "string",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations