- $this->createServiceInfo = [
- 'rest' => [
- 'resourcePath' => '/V1/products/attribute-sets',
- 'httpMethod' => \Magento\Framework\Webapi\Rest\Request::HTTP_METHOD_POST,
- ],
- 'soap' => [
- 'service' => 'catalogAttributeSetManagementV1',
- 'serviceVersion' => 'V1',
- 'operation' => 'catalogAttributeSetManagementV1Create',
- ],
- ];