Fixed Price Group id
Deletes specific Fixed Price Group by id
Deletes specific Fixed Price Group by id
Path Parameters
Headers
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Response
Response
Fixed Price Group was deleted
Path Parameters
Headers
productattributes
Gets all Product Attribute Values, existing in the system for provided Product Attribute
Gets all Product Attribute Values, existing in the system for provided Product Attribute
Query Parameters
Modified since
>= 1<= 100000
>= 1<= 2147483647
Path Parameters
Product Attribute id
Example:2
Headers
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Response
application/json
Response
Paging Response with Product Attributes data
AttributeValue.PagingResponse
Product attribute value model
Show Child Parameters
Path Parameters
Query Parameters
Headers
Creates new Product Attribute Value entity in the system
Sample request:
POST /productattributes/2/values
{
"name": "sample_name"
}
Path Parameters
Product Attribute id
Headers
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Body
application/json
Body
Product Attribute Value model
EmptyExample
Response
application/json
Response
New Product Attribute Value was created
AttributeValue
Product attribute value model
Attribute Value Id
Attribute Id
Attribute Value Name
Attribute Value List Order
Modified on
Path Parameters
Headers
Body
Gets specific Product Attribute Value by unique id
Gets specific Product Attribute Value by unique id
Path Parameters
Product Attribute id
Example:2
Product Attribute Value id
Example:321
Headers
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Response
application/json
Response
Returns found Product Attribute
AttributeValue
Product attribute value model
Attribute Value Id
Attribute Id
Attribute Value Name
Attribute Value List Order
Modified on